final class UnknownFieldData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
bytes
Important: this should be treated as immutable, even though it's possible
to change the array values.
|
(package private) int |
tag |
Constructor and Description |
---|
UnknownFieldData(int tag,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
computeSerializedSize() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
(package private) void |
writeTo(CodedOutputByteBufferNano output) |
final int tag
final byte[] bytes
int computeSerializedSize()
void writeTo(CodedOutputByteBufferNano output) throws java.io.IOException
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object