| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardedNativeBytes<Underlying> |
class |
NativeBytes<Underlying>
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
static class |
NativeBytes.NativeSubBytes |
class |
SubBytes<Underlying> |
| Modifier and Type | Method and Description |
|---|---|
static VanillaBytes |
Bytes.allocateDirect(byte[] bytes)
Creates and returns a new fix sized wrapper for native (64-bit address)
memory with the contents copied from the given
bytes array. |
static VanillaBytes<Void> |
Bytes.allocateDirect(long capacity)
Creates and returns a new fix sized wrapper for native (64-bit address)
memory with the given
capacity. |
VanillaBytes |
VanillaBytes.append(CharSequence str,
int start,
int end) |
VanillaBytes |
VanillaBytes.appendUtf8(CharSequence str) |
VanillaBytes<Void> |
ReadOnlyMappedBytesStore.bytesForWrite() |
VanillaBytes<Underlying> |
NativeBytesStore.bytesForWrite() |
VanillaBytes<Void> |
PointerBytesStore.bytesForWrite() |
VanillaBytes<Void> |
MappedBytesStore.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) |
Copyright © 2019. All rights reserved.