Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Interface and Description |
---|---|
interface |
Bytes<Underlying> |
interface |
BytesStore<B extends BytesStore<B,Underlying>,Underlying>
A reference to some bytes with fixed extents.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
ExpectedBytesStore<B extends BytesStore<B,Underlying>,Underlying> |
class |
HeapBytesStore<Underlying> |
class |
MappedBytes |
class |
MappedBytesStore |
class |
NativeBytes<Underlying> |
class |
NativeBytesStore<Underlying> |
class |
NoBytesStore |
class |
PointerBytesStore |
class |
UncheckedBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
UncheckedNativeBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<Underlying> |
Modifier and Type | Method and Description |
---|---|
default boolean |
RandomDataInput.bytesEqual(long offset,
RandomDataInput second,
long secondOffset,
long len)
|
static boolean |
BytesUtil.bytesEqual(RandomDataInput a,
long aOffset,
RandomDataInput b,
long bOffset,
long len) |
static void |
BytesUtil.parse8bit(long offset,
RandomDataInput bytesStore,
Appendable appendable,
int utflen) |
static void |
BytesUtil.parse8bit1(long offset,
RandomDataInput bytes,
Appendable appendable,
int utflen) |
static long |
BytesUtil.parseLong(RandomDataInput in,
long offset) |
static String |
BytesUtil.toDebugString(RandomDataInput bytes,
long maxLength) |
static String |
BytesUtil.toString(RandomDataInput bytes) |
Bytes<Underlying> |
UncheckedNativeBytes.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
B |
ExpectedBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
HeapBytesStore<Underlying> |
HeapBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
Bytes<Underlying> |
AbstractBytes.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
NativeBytesStore<Underlying> |
NativeBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
R |
RandomDataOutput.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
RandomDataOutput |
NoBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
Copyright © 2015. All rights reserved.