| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Method and Description |
|---|---|
static NativeBytes<Void> |
Bytes.allocateElasticDirect()
Allocate an elastic buffer with initially no size.
|
static NativeBytes<Void> |
Bytes.allocateElasticDirect(long initialCapacity)
Allocate an elastic buffer with initially no size.
|
static NativeBytes<Void> |
NativeBytes.nativeBytes() |
static NativeBytes<Void> |
NativeBytes.nativeBytes(long initialCapacity) |
Copyright © 2016. All rights reserved.