| Package | Description |
|---|---|
| org.wildfly.clustering.marshalling.protostream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtoStreamReader
A
TagReader with the additional ability to read an arbitrary embedded object. |
interface |
ProtoStreamWriter
A
TagWriter with the additional ability to write an arbitrary embedded object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProtoStreamWriter
Delegates most
ProtoStreamWriter operations to a TagWriter. |
class |
DefaultProtoStreamOperation |
class |
DefaultProtoStreamReader
ProtoStreamWriter implementation that reads from a TagReader. |
class |
DefaultProtoStreamWriter
ProtoStreamWriter implementation that writes to a CodedOutputStream. |
class |
SizeComputingProtoStreamWriter
ProtoStreamWriter implementation that does not write to any stream, but instead computes the number of bytes that would be written to a stream. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.