Package | Description |
---|---|
com.google.protobuf.nano |
Modifier and Type | Method and Description |
---|---|
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.invalidEndTag() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.invalidTag() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.invalidWireType() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.malformedVarint() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.negativeSize() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.recursionLimitExceeded() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.sizeLimitExceeded() |
(package private) static InvalidProtocolBufferNanoException |
InvalidProtocolBufferNanoException.truncatedMessage() |
Modifier and Type | Method and Description |
---|---|
void |
CodedInputByteBufferNano.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
static <T extends MessageNano> |
MessageNano.mergeFrom(T msg,
byte[] data)
Parse
data as a message of this type and merge it with the
message being built. |
static <T extends MessageNano> |
MessageNano.mergeFrom(T msg,
byte[] data,
int off,
int len)
Parse
data as a message of this type and merge it with the
message being built. |
int |
CodedInputByteBufferNano.pushLimit(int byteLimit)
Sets
currentLimit to (current position) + byteLimit . |