| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StopCharTesters |
| Modifier and Type | Method and Description |
|---|---|
default StopCharTester |
StopCharTester.escaping() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BytesUtil.parseUTF(StreamingDataInput bytes,
Appendable builder,
StopCharTester tester) |
static String |
BytesUtil.parseUTF(StreamingDataInput bytes,
StopCharTester tester) |
static boolean |
BytesUtil.skipTo(net.openhft.chronicle.bytes.ByteStringParser parser,
StopCharTester tester) |
| Modifier and Type | Class and Description |
|---|---|
class |
EscapingStopCharTester |
| Constructor and Description |
|---|
EscapingStopCharTester(StopCharTester sct) |
Copyright © 2015. All rights reserved.