public class FramedBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
FramedBufferOutputStream(WritableByteChannel out) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] bytes) |
void |
write(byte[] var1,
int off,
int len) |
void |
write(int val) |
closepublic FramedBufferOutputStream(WritableByteChannel out)
public void write(int val)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] var1,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2015–2017 morimekta.net. All rights reserved.