| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.algo |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeBytes<Underlying> |
| Modifier and Type | Method and Description |
|---|---|
static VanillaBytes<Void> |
Bytes.allocateDirect(long capacity) |
VanillaBytes |
VanillaBytes.append(CharSequence str,
int start,
int end) |
VanillaBytes<Void> |
MappedBytesStore.bytesForWrite() |
VanillaBytes<Underlying> |
NativeBytesStore.bytesForWrite() |
VanillaBytes<Void> |
PointerBytesStore.bytesForWrite() |
static VanillaBytes<Void> |
VanillaBytes.vanillaBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedFile.acquireBytesForRead(long position,
VanillaBytes bytes) |
void |
MappedFile.acquireBytesForWrite(long position,
VanillaBytes bytes) |
| Modifier and Type | Method and Description |
|---|---|
long |
OptimisedBytesHash.applyAsLong(VanillaBytes store) |
static long |
BytesStoreHash.hash(VanillaBytes b) |
Copyright © 2015. All rights reserved.