public interface IndexEdit extends IndexInput, IndexOutput
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(long index,
byte src)
1バイト追加.
|
void |
add(long index,
byte[] src)
バイト列を追加.
|
void |
add(long index,
byte[] src,
int offset,
int length)
バイト列の一部を追加.
|
byte |
del(long index) |
<T extends IndexEdit> |
del(long index,
byte[] buf) |
<T extends IndexEdit> |
del(long index,
byte[] buf,
int offset,
int length) |
void |
del(long index,
long size) |
get, get, getput, put, putbyte del(long index)
void del(long index,
long size)
<T extends IndexEdit> T del(long index, byte[] buf)
<T extends IndexEdit> T del(long index, byte[] buf, int offset, int length)
void add(long index,
byte src)
index - 位置src - 追加するデータvoid add(long index,
byte[] src)
index - 位置src - 追加するデータvoid add(long index,
byte[] src,
int offset,
int length)
index - 位置src - 追加するデータoffset - データの位置length - データのサイズCopyright © 2024. All rights reserved.