| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckingMappedBytes
Created by peter on 08/03/16.
|
| Modifier and Type | Method and Description |
|---|---|
static MappedBytes |
MappedBytes.mappedBytes(File file,
long chunkSize) |
static MappedBytes |
MappedBytes.mappedBytes(File file,
long chunkSize,
long overlapSize) |
static MappedBytes |
MappedBytes.mappedBytes(MappedFile rw) |
static MappedBytes |
MappedBytes.mappedBytes(String filename,
long chunkSize) |
MappedBytes |
MappedBytes.withSizes(long chunkSize,
long overlapSize) |
MappedBytes |
MappedBytes.write8bit(CharSequence s,
int start,
int length) |
Copyright © 2016. All rights reserved.