public abstract class BufferedOutputStream extends OutputStream
| Constructor and Description |
|---|
BufferedOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteBuffer |
buffer()
Returns the backing
ByteBuffer |
abstract long |
size() |
public abstract ByteBuffer buffer() throws IOException
ByteBufferIOException - on underlying IOExceptionpublic abstract long size()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.