public class CircularBufferIOStream.CircularBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
CircularBufferOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] data,
int off,
int len) |
void |
write(int singleByte) |
flush, writepublic void write(int singleByte)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] data,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamCopyright © 2019. All rights reserved.