| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardedNativeBytes<Underlying> |
| Modifier and Type | Method and Description |
|---|---|
static NativeBytes<Void> |
Bytes.allocateElasticDirect()
Creates and returns a new elastic wrapper for native (64-bit address)
memory with zero initial capacity which will be resized as required.
|
static NativeBytes<Void> |
Bytes.allocateElasticDirect(long initialCapacity)
Creates and returns a new elastic wrapper for native (64-bit address)
memory with the given
initialCapacity which will be resized as required. |
static NativeBytes<Void> |
NativeBytes.nativeBytes() |
static NativeBytes<Void> |
NativeBytes.nativeBytes(long initialCapacity) |
static <T> NativeBytes<T> |
NativeBytes.wrapWithNativeBytes(BytesStore<?,T> bs) |
NativeBytes |
NativeBytes.writeSome(Bytes bytes) |
Copyright © 2019. All rights reserved.