Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamingDataOutput<S extends StreamingDataOutput<S>>
Position based access.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bytes<Underlying> |
interface |
ByteStringAppender<B extends ByteStringAppender<B>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
MappedBytes |
class |
NativeBytes<Underlying> |
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 |
---|---|
static void |
BytesUtil.append(StreamingDataOutput out,
double d) |
static void |
BytesUtil.append8bit(StreamingDataOutput bytes,
CharSequence str,
int offset,
int length) |
static void |
BytesUtil.appendUTF(StreamingDataOutput bytes,
CharSequence str,
int offset,
int length) |
static void |
BytesUtil.appendUTF(StreamingDataOutput bytes,
int c) |
static void |
BytesUtil.write(BytesStore bytes,
long offset,
long length,
StreamingDataOutput sdo) |
static void |
BytesUtil.write8bit(StreamingDataOutput bytes,
BytesStore str) |
static void |
BytesUtil.write8bit(StreamingDataOutput bytes,
CharSequence str) |
static void |
BytesUtil.writeStopBit(StreamingDataOutput out,
double d) |
static void |
BytesUtil.writeStopBit(StreamingDataOutput out,
long n) |
static void |
BytesUtil.writeUTF(StreamingDataOutput bytes,
CharSequence str) |
Copyright © 2015. All rights reserved.