Package | Description |
---|---|
com.google.protobuf.nano |
Modifier and Type | Method and Description |
---|---|
static CodedOutputByteBufferNano |
CodedOutputByteBufferNano.newInstance(byte[] flatArray)
Create a new
CodedOutputStream that writes directly to the given
byte array. |
static CodedOutputByteBufferNano |
CodedOutputByteBufferNano.newInstance(byte[] flatArray,
int offset,
int length)
Create a new
CodedOutputStream that writes directly to the given
byte array slice. |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
InternalNano.serializeMapField(CodedOutputByteBufferNano output,
Map<K,V> map,
int number,
int keyType,
int valueType) |
protected void |
Extension.writeRepeatedData(Object array,
CodedOutputByteBufferNano output) |
protected void |
Extension.writeSingularData(Object value,
CodedOutputByteBufferNano out) |
void |
MessageNano.writeTo(CodedOutputByteBufferNano output)
Serializes the message and writes it to
output . |
void |
ExtendableMessageNano.writeTo(CodedOutputByteBufferNano output) |
Copyright © 2008–2017. All rights reserved.