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(BytesStore bytes) |
MappedBytes |
MappedBytes.write8bit(CharSequence s,
int start,
int length) |