static MappedBytes |
MappedBytes.mappedBytes(File file,
long chunkSize) |
static MappedBytes |
MappedBytes.mappedBytes(File file,
long chunkSize,
long overlapSize) |
static MappedBytes |
MappedBytes.mappedBytes(File file,
long chunkSize,
long overlapSize,
boolean readOnly) |
static MappedBytes |
MappedBytes.mappedBytes(MappedFile rw) |
static MappedBytes |
MappedBytes.mappedBytes(String filename,
long chunkSize) |
static MappedBytes |
MappedBytes.readOnly(File file) |
MappedBytes |
MappedBytes.withSizes(long chunkSize,
long overlapSize) |
MappedBytes |
MappedBytes.write(byte[] bytes,
int offset,
int length) |
MappedBytes |
MappedBytes.write(BytesStore bytes) |
MappedBytes |
MappedBytes.write(long offsetInRDO,
byte[] bytes,
int offset,
int length) |
MappedBytes |
MappedBytes.write(long offsetInRDO,
BytesStore bytes) |
MappedBytes |
MappedBytes.write(long writeOffset,
RandomDataInput bytes,
long readOffset,
long length) |
MappedBytes |
MappedBytes.write8bit(BytesStore bs) |
MappedBytes |
MappedBytes.write8bit(CharSequence s,
int start,
int length) |