| Package | Description |
|---|---|
| net.openhft.lang.io |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytes |
interface |
ByteStringAppender |
interface |
ByteStringParser |
interface |
IByteBufferBytes
Created by peter.lawrey on 27/01/15.
|
interface |
RandomDataInput |
interface |
RandomDataOutput |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytes |
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 |
CheckedBytes |
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 |
class |
WrappedBytes<B extends Bytes>
A super class for those which wrap bytes.
|
Copyright © 2019. All rights reserved.