public abstract class InputChannel extends AbstractInterruptibleChannel implements ScatteringByteChannel
| Constructor and Description |
|---|
InputChannel() |
| Modifier and Type | Method and Description |
|---|---|
long |
read(ByteBuffer[] dsts) |
long |
read(ByteBuffer[] dsts,
int offset,
int length) |
begin, close, end, implCloseChannel, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic long read(ByteBuffer[] dsts, int offset, int length)
read in interface ScatteringByteChannelpublic long read(ByteBuffer[] dsts)
read in interface ScatteringByteChannelCopyright © 2016 Apache Software Foundation. All Rights Reserved.