Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteStringAppender<B extends ByteStringAppender<B>> |
Modifier and Type | Interface and Description |
---|---|
interface |
Bytes<Underlying> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
MappedBytes |
class |
NativeBytes<Underlying> |
class |
UncheckedBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<Underlying> |
Modifier and Type | Method and Description |
---|---|
static <S extends ByteStringAppender> |
BytesUtil.append(S out,
long num) |
Modifier and Type | Method and Description |
---|---|
static void |
BytesUtil.appendDateMillis(ByteStringAppender b,
long timeInMS) |
static void |
BytesUtil.appendTimeMillis(ByteStringAppender b,
long timeInMS) |
Copyright © 2015. All rights reserved.