| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappedBytesStoreFactory<T extends MappedBytesStore> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyMappedBytesStore
BytesStore to wrap memory mapped data.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends MappedBytesStore> |
MappedFile.acquireByteStore(long position,
MappedBytesStoreFactory<T> mappedBytesStoreFactory) |
| Modifier and Type | Method and Description |
|---|---|
MappedBytesStore |
MappedFile.acquireByteStore(long position) |
MappedBytesStore |
MappedBytes.bytesStore() |
Copyright © 2018. All rights reserved.