Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamingDataInput<S extends StreamingDataInput<S>>
This data input has a a position() and a limit()
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bytes<Underlying>
Bytes is a pointer to a region of memory within a BytesStore.
|
interface |
BytesIn<Underlying>
Created by Peter on 20/04/2016.
|
(package private) interface |
net.openhft.chronicle.bytes.ByteStringParser<B extends net.openhft.chronicle.bytes.ByteStringParser<B>>
Supports parsing bytes as text.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<Underlying> |
class |
CheckingMappedBytes
Deprecated.
to be removed in 1.8
|
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 |
---|---|
void |
StreamingInputStream.init(StreamingDataInput in) |
static void |
AppendableUtil.parse8bit(StreamingDataInput bytes,
Appendable appendable,
int utflen) |
static void |
BytesUtil.parseUtf8(StreamingDataInput in,
Appendable appendable,
int utflen) |
static void |
AppendableUtil.read8bitAndAppend(StreamingDataInput bytes,
StringBuilder appendable,
StopCharsTester tester) |
static long |
BytesUtil.readStopBit(StreamingDataInput in) |
static void |
AppendableUtil.readUtf8AndAppend(StreamingDataInput bytes,
Appendable appendable,
StopCharsTester tester) |
static void |
AppendableUtil.readUTFAndAppend(StreamingDataInput bytes,
Appendable appendable,
StopCharsTester tester) |
Constructor and Description |
---|
StreamingInputStream(StreamingDataInput in) |
Copyright © 2016. All rights reserved.