| Class and Description |
|---|
| ByteArrayInput
Reads and decodes protocol buffer message fields from an internal byte array buffer.
|
| CodedInput
Reads and decodes protocol message fields.
|
| ProtobufException
Thrown when a protocol message being parsed is invalid in some way,
e.g.
|
| ProtobufOutput
Protobuf serialization where the messages must be fully buffered on memory before
it can be written to the socket (
OutputStream). |
| ProtostuffOutput
Dual output for streaming or full buffering.
|
Copyright © 2009-2016. All Rights Reserved.