| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Method and Description |
|---|---|
MappedFile |
MappedBytes.mappedFile() |
static MappedFile |
MappedFile.mappedFile(File file,
long chunkSize) |
static MappedFile |
MappedFile.mappedFile(File file,
long chunkSize,
long overlapSize) |
static MappedFile |
MappedFile.mappedFile(String filename,
long chunkSize) |
static MappedFile |
MappedFile.mappedFile(String filename,
long chunkSize,
long overlapSize) |
static MappedFile |
MappedFile.of(File file,
long chunkSize,
long overlapSize) |
MappedFile |
MappedFile.withSizes(long chunkSize,
long overlapSize) |
| Modifier and Type | Method and Description |
|---|---|
static MappedBytes |
MappedBytes.mappedBytes(MappedFile rw) |
| Constructor and Description |
|---|
CheckingMappedBytes(MappedFile mappedFile) |
MappedBytes(MappedFile mappedFile) |
Copyright © 2016. All rights reserved.