- read() - Method in class io.protostuff.LimitedInputStream
-
- read(byte[], int, int) - Method in class io.protostuff.LimitedInputStream
-
- readBool() - Method in class io.protostuff.ByteArrayInput
-
Read a bool field value from the internal buffer.
- readBool() - Method in class io.protostuff.ByteBufferInput
-
Read a bool field value from the internal buffer.
- readBool() - Method in class io.protostuff.CodedInput
-
Read a bool field value from the stream.
- readByteArray() - Method in class io.protostuff.ByteArrayInput
-
- readByteArray() - Method in class io.protostuff.ByteBufferInput
-
- readByteArray() - Method in class io.protostuff.CodedInput
-
- readByteBuffer() - Method in class io.protostuff.ByteArrayInput
-
Reads a byte array/ByteBuffer value.
- readByteBuffer() - Method in class io.protostuff.ByteBufferInput
-
Reads a byte array/ByteBuffer value.
- readByteBuffer() - Method in class io.protostuff.CodedInput
-
Reads a byte array/ByteBuffer value.
- readBytes() - Method in class io.protostuff.ByteArrayInput
-
- readBytes(ByteBuffer) - Method in class io.protostuff.ByteArrayInput
-
- readBytes() - Method in class io.protostuff.ByteBufferInput
-
- readBytes(ByteBuffer) - Method in class io.protostuff.ByteBufferInput
-
- readBytes(ByteBuffer) - Method in class io.protostuff.CodedInput
-
Read a string field value from the stream into a ByteBuffer.
- readBytes() - Method in class io.protostuff.CodedInput
-
Read a bytes field value from the stream.
- readDouble() - Method in class io.protostuff.ByteArrayInput
-
Read a double field value from the internal buffer.
- readDouble() - Method in class io.protostuff.ByteBufferInput
-
Read a double field value from the internal buffer.
- readDouble() - Method in class io.protostuff.CodedInput
-
Read a double field value from the stream.
- readEnum() - Method in class io.protostuff.ByteArrayInput
-
Read an enum field value from the internal buffer.
- readEnum() - Method in class io.protostuff.ByteBufferInput
-
Read an enum field value from the internal buffer.
- readEnum() - Method in class io.protostuff.CodedInput
-
Read an enum field value from the stream.
- readFieldNumber(Schema<T>) - Method in class io.protostuff.ByteArrayInput
-
- readFieldNumber(Schema<T>) - Method in class io.protostuff.ByteBufferInput
-
- readFieldNumber(Schema<T>) - Method in class io.protostuff.CodedInput
-
- readFieldNumber(Schema<T>) - Method in class io.protostuff.GraphByteArrayInput
-
- readFieldNumber(Schema<T>) - Method in class io.protostuff.GraphCodedInput
-
- readFixed32() - Method in class io.protostuff.ByteArrayInput
-
Read a fixed32 field value from the internal buffer.
- readFixed32() - Method in class io.protostuff.ByteBufferInput
-
Read a fixed32 field value from the internal buffer.
- readFixed32() - Method in class io.protostuff.CodedInput
-
Read a fixed32 field value from the stream.
- readFixed64() - Method in class io.protostuff.ByteArrayInput
-
Read a fixed64 field value from the internal buffer.
- readFixed64() - Method in class io.protostuff.ByteBufferInput
-
Read a fixed64 field value from the internal buffer.
- readFixed64() - Method in class io.protostuff.CodedInput
-
Read a fixed64 field value from the stream.
- readFloat() - Method in class io.protostuff.ByteArrayInput
-
Read a float field value from the internal buffer.
- readFloat() - Method in class io.protostuff.ByteBufferInput
-
Read a float field value from the internal buffer.
- readFloat() - Method in class io.protostuff.CodedInput
-
Read a float field value from the stream.
- readInt32() - Method in class io.protostuff.ByteArrayInput
-
Read an int32 field value from the internal buffer.
- readInt32() - Method in class io.protostuff.ByteBufferInput
-
Read an int32 field value from the internal buffer.
- readInt32() - Method in class io.protostuff.CodedInput
-
Read an int32 field value from the stream.
- readInt64() - Method in class io.protostuff.ByteArrayInput
-
Read an int64 field value from the internal buffer.
- readInt64() - Method in class io.protostuff.ByteBufferInput
-
Read an int64 field value from the internal buffer.
- readInt64() - Method in class io.protostuff.CodedInput
-
Read an int64 field value from the stream.
- readRawByte() - Method in class io.protostuff.CodedInput
-
Read one byte from the input.
- readRawBytes(int) - Method in class io.protostuff.CodedInput
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class io.protostuff.ByteArrayInput
-
Read a 32-bit little-endian integer from the internal buffer.
- readRawLittleEndian32() - Method in class io.protostuff.ByteBufferInput
-
Read a 32-bit little-endian integer from the internal buffer.
- readRawLittleEndian32() - Method in class io.protostuff.CodedInput
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class io.protostuff.ByteArrayInput
-
Read a 64-bit little-endian integer from the internal byte buffer.
- readRawLittleEndian64() - Method in class io.protostuff.ByteBufferInput
-
Read a 64-bit little-endian integer from the internal byte buffer.
- readRawLittleEndian64() - Method in class io.protostuff.CodedInput
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class io.protostuff.ByteArrayInput
-
Reads a var int 32 from the internal byte buffer.
- readRawVarint32() - Method in class io.protostuff.ByteBufferInput
-
Reads a var int 32 from the internal byte buffer.
- readRawVarint32() - Method in class io.protostuff.CodedInput
-
Read a raw Varint from the stream.
- readRawVarint64() - Method in class io.protostuff.ByteArrayInput
-
Reads a var int 64 from the internal byte buffer.
- readRawVarint64() - Method in class io.protostuff.ByteBufferInput
-
Reads a var int 64 from the internal byte buffer.
- readRawVarint64() - Method in class io.protostuff.CodedInput
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class io.protostuff.ByteArrayInput
-
Read an sfixed32 field value from the internal buffer.
- readSFixed32() - Method in class io.protostuff.ByteBufferInput
-
Read an sfixed32 field value from the internal buffer.
- readSFixed32() - Method in class io.protostuff.CodedInput
-
Read an sfixed32 field value from the stream.
- readSFixed64() - Method in class io.protostuff.ByteArrayInput
-
Read an sfixed64 field value from the internal buffer.
- readSFixed64() - Method in class io.protostuff.ByteBufferInput
-
Read an sfixed64 field value from the internal buffer.
- readSFixed64() - Method in class io.protostuff.CodedInput
-
Read an sfixed64 field value from the stream.
- readSInt32() - Method in class io.protostuff.ByteArrayInput
-
Read an sint32 field value from the internal buffer.
- readSInt32() - Method in class io.protostuff.ByteBufferInput
-
Read an sint32 field value from the internal buffer.
- readSInt32() - Method in class io.protostuff.CodedInput
-
Read an sint32 field value from the stream.
- readSInt64() - Method in class io.protostuff.ByteArrayInput
-
Read an sint64 field value from the internal buffer.
- readSInt64() - Method in class io.protostuff.ByteBufferInput
-
Read an sint64 field value from the internal buffer.
- readSInt64() - Method in class io.protostuff.CodedInput
-
Read an sint64 field value from the stream.
- readString() - Method in class io.protostuff.ByteArrayInput
-
- readString() - Method in class io.protostuff.ByteBufferInput
-
- readString() - Method in class io.protostuff.CodedInput
-
Read a string field value from the stream.
- readTag() - Method in class io.protostuff.ByteArrayInput
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readTag() - Method in class io.protostuff.ByteBufferInput
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readTag() - Method in class io.protostuff.CodedInput
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class io.protostuff.ByteArrayInput
-
Read a uint32 field value from the internal buffer.
- readUInt32() - Method in class io.protostuff.ByteBufferInput
-
Read a uint32 field value from the internal buffer.
- readUInt32() - Method in class io.protostuff.CodedInput
-
Read a uint32 field value from the stream.
- readUInt64() - Method in class io.protostuff.ByteArrayInput
-
Read a uint64 field value from the internal buffer.
- readUInt64() - Method in class io.protostuff.ByteBufferInput
-
Read a uint64 field value from the internal buffer.
- readUInt64() - Method in class io.protostuff.CodedInput
-
Read a uint64 field value from the stream.
- reset(int, int) - Method in class io.protostuff.ByteArrayInput
-
Resets the offset and the limit of the internal buffer.
- reset(int, int) - Method in class io.protostuff.ByteBufferInput
-
Resets the offset and the limit of the internal buffer.
- reset() - Method in class io.protostuff.CodedInput
-
Resets the buffer position and limit to re-use this CodedInput object.
- resetSizeCounter() - Method in class io.protostuff.CodedInput
-