Package | Description |
---|---|
com.google.protobuf.nano |
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 . |
Copyright © 2008–2017. All rights reserved.