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 |
ByteBufferBytes |
class |
DirectByteBufferBytes |
class |
DirectBytes |
class |
MappedNativeBytes
works in conjunction with a MappedFile to map additional memory blocks when required This
implementation is very similar to
NativeBytes , accept that the memory address resolution
is left to ChronicleUnsafe, rather than being part of this class. |
class |
MultiStoreBytes |
class |
NativeBytes |
class |
VanillaMappedBytes |
Modifier and Type | Method and Description |
---|---|
AbstractBytes |
AbstractBytes.clear() |
Copyright © 2019. All rights reserved.