Package | Description |
---|---|
com.google.protobuf.nano |
Modifier and Type | Method and Description |
---|---|
static CodedInputByteBufferNano |
CodedInputByteBufferNano.newInstance(byte[] buf)
Create a new CodedInputStream wrapping the given byte array.
|
static CodedInputByteBufferNano |
CodedInputByteBufferNano.newInstance(byte[] buf,
int off,
int len)
Create a new CodedInputStream wrapping the given byte array slice.
|
Modifier and Type | Method and Description |
---|---|
static int |
WireFormatNano.getRepeatedFieldArrayLength(CodedInputByteBufferNano input,
int tag)
Computes the array length of a repeated field.
|
abstract MessageNano |
MessageNano.mergeFrom(CodedInputByteBufferNano input)
Parse
input as a message of this type and merge it with the
message being built. |
static <K,V> Map<K,V> |
InternalNano.mergeMapEntry(CodedInputByteBufferNano input,
Map<K,V> map,
MapFactories.MapFactory mapFactory,
int keyType,
int valueType,
V value,
int keyTag,
int valueTag)
Merges the map entry into the map field.
|
static boolean |
WireFormatNano.parseUnknownField(CodedInputByteBufferNano input,
int tag)
Parses an unknown field.
|
protected Object |
Extension.readData(CodedInputByteBufferNano input) |
protected boolean |
ExtendableMessageNano.storeUnknownField(CodedInputByteBufferNano input,
int tag)
Stores the binary data of an unknown field.
|
Copyright © 2008–2018. All rights reserved.