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> |
interface |
ByteStringAppender<B extends ByteStringAppender<B>>
Methods to append text to a Bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
HexDumpBytes |
class |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<Underlying>
Elastic memory accessor which can wrap either a 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 |
---|---|
StreamingDataOutput |
HexDumpBytes.write(byte[] bytes,
int offset,
int length) |
StreamingDataOutput |
HexDumpBytes.writeByte(byte i8) |
StreamingDataOutput |
HexDumpBytes.writeDouble(double d) |
StreamingDataOutput |
HexDumpBytes.writeFloat(float f) |
StreamingDataOutput |
HexDumpBytes.writeInt(int i) |
StreamingDataOutput |
HexDumpBytes.writeIntAdv(int i,
int advance) |
StreamingDataOutput |
HexDumpBytes.writeLimit(long limit) |
StreamingDataOutput |
HexDumpBytes.writeLong(long i64) |
StreamingDataOutput |
HexDumpBytes.writeLongAdv(long i64,
int advance) |
StreamingDataOutput |
HexDumpBytes.writeOrderedInt(int i) |
StreamingDataOutput |
HexDumpBytes.writeOrderedLong(long i) |
StreamingDataOutput |
HexDumpBytes.writePosition(long position) |
StreamingDataOutput |
HexDumpBytes.writeShort(short i16) |
StreamingDataOutput |
HexDumpBytes.writeSkip(long bytesToSkip) |
StreamingDataOutput |
HexDumpBytes.writeSome(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
static void |
BytesUtil.appendUtf8(StreamingDataOutput out,
CharSequence cs) |
StreamingOutputStream |
StreamingOutputStream.init(StreamingDataOutput sdo) |
static void |
BytesUtil.writeStopBit(StreamingDataOutput out,
long n) |
Constructor and Description |
---|
StreamingOutputStream(StreamingDataOutput sdo) |
Copyright © 2017. All rights reserved.