Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Interface and Description |
---|---|
interface |
RandomDataOutput<R extends RandomDataOutput<R>> |
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 |
---|---|
RandomDataOutput |
NoBytesStore.write(long offsetInRDO,
byte[] bytes,
int offset,
int length) |
RandomDataOutput |
NoBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
RandomDataOutput |
NoBytesStore.writeByte(long offset,
byte i8) |
RandomDataOutput |
NoBytesStore.writeDouble(long offset,
double d) |
RandomDataOutput |
NoBytesStore.writeFloat(long offset,
float d) |
RandomDataOutput |
NoBytesStore.writeInt(long offset,
int i) |
RandomDataOutput |
NoBytesStore.writeLong(long offset,
long i) |
RandomDataOutput |
NoBytesStore.writeOrderedInt(long offset,
int i) |
RandomDataOutput |
NoBytesStore.writeOrderedLong(long offset,
long i) |
RandomDataOutput |
NoBytesStore.writeShort(long offset,
short i) |
Modifier and Type | Method and Description |
---|---|
static void |
BytesUtil.append(RandomDataOutput out,
long offset,
long num,
int digits)
The length of the number must be fixed otherwise short numbers will not overwrite longer numbers
|
static void |
BytesUtil.append8bit(long offsetInRDO,
RandomDataOutput bytes,
CharSequence str,
int offset,
int length) |
static Bytes |
BytesUtil.asBytes(RandomDataOutput bytes,
long position,
long limit) |
Copyright © 2015. All rights reserved.