public class ByteBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream(ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(int b) |
write, writepublic ByteBufferOutputStream(ByteBuffer byteBuffer) throws IOException
IOExceptionpublic void write(int b)
write in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2008–2021 Apache Software Foundation. All rights reserved.