Classes | |
enum | FieldType |
enum | JavaType |
enum | Utf8Validation |
Static Public Member Functions | |
static int | getTagFieldNumber (final int tag) |
static int | getTagFieldNumber (final int tag) |
static int | getTagWireType (final int tag) |
static int | getTagWireType (final int tag) |
Static Public Attributes | |
static final int | WIRETYPE_END_GROUP = 4 |
static final int | WIRETYPE_FIXED32 = 5 |
static final int | WIRETYPE_FIXED64 = 1 |
static final int | WIRETYPE_LENGTH_DELIMITED = 2 |
static final int | WIRETYPE_START_GROUP = 3 |
static final int | WIRETYPE_VARINT = 0 |
Private Member Functions | |
WireFormat () | |
WireFormat () | |
This class is used internally by the Protocol Buffer library and generated message implementations. It is public only because those generated messages do not reside in the
package. Others should not use this class directly.
This class contains constants and helper functions useful for dealing with the Protocol Buffer wire format.
Definition at line 45 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
inlineprivate |
Definition at line 47 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
inlineprivate |
Definition at line 47 of file protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
Given a tag value, determines the field number (the upper 29 bits).
Definition at line 71 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
Given a tag value, determines the field number (the upper 29 bits).
Definition at line 71 of file protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
Given a tag value, determines the wire type (the lower 3 bits).
Definition at line 66 of file protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
Given a tag value, determines the wire type (the lower 3 bits).
Definition at line 66 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 59 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 60 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 56 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 57 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 58 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.
|
static |
Definition at line 55 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java.