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,
java.util.Map<K,V> map,
int number,
int keyType,
int valueType) |
protected void |
Extension.writeRepeatedData(java.lang.Object array,
CodedOutputByteBufferNano output) |
protected void |
Extension.PrimitiveExtension.writeRepeatedData(java.lang.Object array,
CodedOutputByteBufferNano output) |
protected void |
Extension.writeSingularData(java.lang.Object value,
CodedOutputByteBufferNano out) |
protected void |
Extension.PrimitiveExtension.writeSingularData(java.lang.Object value,
CodedOutputByteBufferNano output) |
(package private) void |
UnknownFieldData.writeTo(CodedOutputByteBufferNano output) |
void |
MessageNano.writeTo(CodedOutputByteBufferNano output)
Serializes the message and writes it to
output . |
(package private) void |
FieldData.writeTo(CodedOutputByteBufferNano output) |
void |
ExtendableMessageNano.writeTo(CodedOutputByteBufferNano output) |
(package private) void |
Extension.writeTo(java.lang.Object value,
CodedOutputByteBufferNano output) |