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