| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull YamlWire |
YamlWire.from(@NotNull String text)
Utility method to create a new YamlWire instance from a given text string.
|
static @NotNull YamlWire |
YamlWire.fromFile(String name)
Utility method to create a new YamlWire instance by reading bytes from a specified file.
|
@NotNull YamlWire |
YamlWire.useBinaryDocuments()
Configures the YamlWire to use binary format for document reading and writing.
|
@NotNull YamlWire |
YamlWire.useTextDocuments()
Configures the YamlWire to use text format for document reading and writing.
|
Copyright © 2024. All rights reserved.