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>
Bytes is a pointer to a region of memory within a BytesStore.
|
interface |
BytesOut<Underlying>
Created by Peter on 20/04/2016.
|
interface |
ByteStringAppender<B extends ByteStringAppender<B>>
Methods to append text to a Bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
CheckingMappedBytes
Created by peter on 08/03/16.
|
class |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<Underlying>
Elastic native memory accessor which can wrap either a direct ByteBuffer or malloc'ed memory.
|
class |
UncheckedBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
UncheckedNativeBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<Underlying>
Simple Bytes implementation which is not Elastic.
|
Modifier and Type | Method and Description |
---|---|
static void |
BytesUtil.appendUtf8(StreamingDataOutput out,
CharSequence cs) |
static void |
BytesUtil.writeStopBit(StreamingDataOutput out,
long n) |
Copyright © 2016. All rights reserved.