| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWire
Text based wire format for Comma Separated Values (CSV).
|
class |
JSONWire
Represents the JSON wire format for text-based marshalling and parsing.
|
class |
QueryWire
Parses a URL query string such as
"a=1&b=2". |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull TextWire |
TextWire.from(@NotNull String text)
Factory method to create a `TextWire` from a string representation.
|
static @NotNull TextWire |
TextWire.fromFile(String filePath)
Factory method to create a `TextWire` from a file.
|
TextWire |
TextWire.strict(boolean strict)
Sets the strict mode for this TextWire instance.
|
@NotNull TextWire |
TextWire.useBinaryDocuments()
Configures this TextWire instance to use binary document contexts for reading and writing.
|
@NotNull TextWire |
TextWire.useTextDocuments()
Configures this TextWire instance to use textual document contexts for reading and writing.
|
@NotNull TextWire |
JSONWire.useTextDocuments() |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.