public class ByteBufferByteChannel extends Object implements ByteChannel
ReadableByteChannel that is backed by a ByteBuffer.| Constructor and Description |
|---|
ByteBufferByteChannel(ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
int |
read(ByteBuffer dst) |
int |
write(ByteBuffer src) |
public ByteBufferByteChannel(ByteBuffer byteBuffer)
public int read(ByteBuffer dst) throws IOException
read in interface ReadableByteChannelIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionpublic int write(ByteBuffer src) throws IOException
write in interface WritableByteChannelIOExceptionCopyright © 2015. All rights reserved.