public class SeekableReadChannel extends ReadChannel
| コンストラクタと説明 |
|---|
SeekableReadChannel(SeekableByteChannel in) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setPosition(long position) |
long |
size() |
bytesRead, close, readFully, readFullypublic SeekableReadChannel(SeekableByteChannel in)
public void setPosition(long position)
throws IOException
IOExceptionpublic long size()
throws IOException
IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.