| Interface | Description |
|---|---|
| MapFactories.MapFactory |
| Class | Description |
|---|---|
| CodedInputByteBufferNano |
Reads and decodes protocol message fields.
|
| CodedOutputByteBufferNano |
Encodes and writes protocol message fields.
|
| ExtendableMessageNano<M extends ExtendableMessageNano<M>> |
Base class of those Protocol Buffer messages that need to store unknown fields,
such as extensions.
|
| Extension<M extends ExtendableMessageNano<M>,T> |
Represents an extension.
|
| FieldArray |
A custom version of
android.util.SparseArray with the minimal API
for storing FieldData objects. |
| InternalNano |
The classes contained within are used internally by the Protocol Buffer
library and generated message implementations.
|
| MapFactories |
Utility class for maps support.
|
| MessageNano |
Abstract interface implemented by Protocol Message objects.
|
| MessageNanoPrinter |
Static helper methods for printing nano protos.
|
| WireFormatNano |
This class is used internally by the Protocol Buffer library and generated
message implementations.
|
| Exception | Description |
|---|---|
| CodedOutputByteBufferNano.OutOfSpaceException |
If you create a CodedOutputStream around a simple flat array, you must
not attempt to write more bytes than the array has space.
|
| InvalidProtocolBufferNanoException |
Thrown when a protocol message being parsed is invalid in some way,
e.g.
|
Copyright © 2008–2015 Google. All rights reserved.