public class IncrementalFileOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
BUF_SIZE |
| Constructor and Description |
|---|
IncrementalFileOutputStream(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush, writepublic static final int BUF_SIZE
public IncrementalFileOutputStream(File file) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2017. All rights reserved.