- readBool() - Method in class com.google.protobuf.CodedInputStream
-
Read a bool
field value from the stream.
- readBytes() - Method in class com.google.protobuf.CodedInputStream
-
Read a bytes
field value from the stream.
- readDouble() - Method in class com.google.protobuf.CodedInputStream
-
Read a double
field value from the stream.
- readEnum() - Method in class com.google.protobuf.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class com.google.protobuf.CodedInputStream
-
Read a fixed32
field value from the stream.
- readFixed64() - Method in class com.google.protobuf.CodedInputStream
-
Read a fixed64
field value from the stream.
- readFloat() - Method in class com.google.protobuf.CodedInputStream
-
Read a float
field value from the stream.
- readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString
, blocking if necessary until all bytes are
read through to the end of the stream.
- readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString
, blocking if necessary until all bytes are
read through to the end of the stream.
- readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
-
- readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read a group
field value from the stream.
- readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read a group
field value from the stream.
- readInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read an int32
field value from the stream.
- readInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read an int64
field value from the stream.
- readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readRawByte() - Method in class com.google.protobuf.CodedInputStream
-
Read one byte from the input.
- readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
-
- readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class com.google.protobuf.CodedInputStream
-
Read an sfixed32
field value from the stream.
- readSFixed64() - Method in class com.google.protobuf.CodedInputStream
-
Read an sfixed64
field value from the stream.
- readSInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read an sint32
field value from the stream.
- readSInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read an sint64
field value from the stream.
- readString() - Method in class com.google.protobuf.CodedInputStream
-
Read a string
field value from the stream.
- readTag() - Method in class com.google.protobuf.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read a uint32
field value from the stream.
- readUInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read a uint64
field value from the stream.
- readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
-
- remove(int) - Method in class com.google.protobuf.LazyStringArrayList
-
- reset() - Method in class com.google.protobuf.ByteString.Output
-
Resets this stream, so that all currently accumulated output in the
output stream is discarded.
- resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
-