public abstract class SeekableInputChannel extends InputChannel implements SeekableChannel
| Constructor and Description |
|---|
SeekableInputChannel() |
| 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, waitposition, seek, sizereadpublic long read(ByteBuffer[] dsts, int offset, int length)
read in interface ScatteringByteChannelread in class InputChannelpublic long read(ByteBuffer[] dsts)
read in interface ScatteringByteChannelread in class InputChannelCopyright © 2016 Apache Software Foundation. All Rights Reserved.