| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWire
Represents a CSV (Comma Separated Values) based wire format.
|
class |
JSONWire
Represents the JSON wire format.
|
class |
QueryWire
This class represents a wire format designed to decode URL query strings.
|
| 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 name)
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 © 2024. All rights reserved.