| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardedNativeBytes<Underlying> |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull 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 @NotNull 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 @NotNull NativeBytes<Void> |
NativeBytes.nativeBytes() |
static @NotNull NativeBytes<Void> |
NativeBytes.nativeBytes(long initialCapacity) |
static <T> @NotNull NativeBytes<T> |
NativeBytes.wrapWithNativeBytes(BytesStore<?,T> bs) |
@NotNull NativeBytes |
NativeBytes.writeSome(@NotNull Bytes bytes) |
Copyright © 2020. All rights reserved.