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, writeByteArrayOutputStream bos
FileOutputStream fos
int limit
File tmp
public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionFile createFile()
File getFile()
byte[] getByteArray()
void dispose()
EDB Working Group at Mon Dec 15 16:45:05 JST 2025