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
ByteBuffer
IOException
public abstract long size() throws IOException
IOException
Copyright © 2015. All rights reserved.