Package | Description |
---|---|
net.openhft.lang.io |
Modifier and Type | Class and Description |
---|---|
class |
BoundsCheckingDirectBytes
Unlike
NativeBytes , always throw check bounds and exceptions on all write methods,
including that write a single primitive, e. |
class |
BoundsCheckingNativeBytes
Unlike
NativeBytes , always throw check bounds and exceptions on
all write methods, including that write a single primitive, e. |
class |
DirectByteBufferBytes |
class |
DirectBytes |
class |
MultiStoreBytes |
class |
VanillaMappedBytes |
Modifier and Type | Method and Description |
---|---|
NativeBytes |
NativeBytes.bytes() |
NativeBytes |
NativeBytes.bytes(long offset,
long length) |
static NativeBytes |
NativeBytes.empty() |
NativeBytes |
NativeBytes.lazyPosition(long position)
Change the position acknowleging there is no thread safety assumptions.
|
NativeBytes |
NativeBytes.limit(long limit) |
NativeBytes |
NativeBytes.position(long position) |
NativeBytes |
NativeBytes.slice() |
NativeBytes |
NativeBytes.slice(long offset,
long length) |
static NativeBytes |
NativeBytes.wrap(long address,
long capacity) |
Constructor and Description |
---|
BoundsCheckingNativeBytes(NativeBytes bytes) |
NativeBytes(NativeBytes bytes) |
Copyright © 2019. All rights reserved.