public interface IndexInput
| 修飾子とタイプ | メソッドと説明 |
|---|---|
byte |
get(long index)
読めないときはException
|
IndexInput |
get(long index,
byte[] b)
バッファのフルサイズ読む.
|
IndexInput |
get(long index,
byte[] b,
int offset,
int length)
length サイズを読む.
|
byte get(long index)
index - 位置IndexInput get(long index, byte[] b)
index - 位置b - バッファIndexInput get(long index, byte[] b, int offset, int length)
index - 位置b - バッファoffset - バッファ位置length - サイズCopyright © 2024. All rights reserved.