class T73File.TempOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayOutputStream |
bos |
(package private) FileOutputStream |
fos |
(package private) int |
limit |
(package private) File |
tmp |
Constructor and Description |
---|
TempOutputStream(int l) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
(package private) File |
createFile() |
(package private) void |
dispose() |
(package private) byte[] |
getByteArray() |
(package private) File |
getFile() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush, write
ByteArrayOutputStream bos
FileOutputStream fos
int limit
File tmp
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
File createFile()
File getFile()
byte[] getByteArray()
void dispose()
EDB Working Group at Tue Jun 10 17:08:59 JST 2025