@NotNull MappedFile |
MappedBytes.mappedFile() |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize,
long overlapSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long capacity,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull String filename,
long chunkSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull String filename,
long chunkSize,
long overlapSize) |
static @NotNull MappedFile |
MappedFile.of(@NotNull File file,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.readOnly(@NotNull File file) |
@NotNull MappedFile |
MappedFile.withSizes(long chunkSize,
long overlapSize) |