checkLastTagWas(final int value) | com.google.protobuf.CodedInputStream | |
CodedInputStream() | com.google.protobuf.CodedInputStream | inlineprivate |
decodeZigZag32(final int n) | com.google.protobuf.CodedInputStream | inlinestatic |
decodeZigZag64(final long n) | com.google.protobuf.CodedInputStream | inlinestatic |
DEFAULT_BUFFER_SIZE | com.google.protobuf.CodedInputStream | privatestatic |
DEFAULT_RECURSION_LIMIT | com.google.protobuf.CodedInputStream | privatestatic |
DEFAULT_SIZE_LIMIT | com.google.protobuf.CodedInputStream | privatestatic |
enableAliasing(boolean enabled) | com.google.protobuf.CodedInputStream | |
getBytesUntilLimit() | com.google.protobuf.CodedInputStream | |
getLastTag() | com.google.protobuf.CodedInputStream | |
getTotalBytesRead() | com.google.protobuf.CodedInputStream | |
isAtEnd() | com.google.protobuf.CodedInputStream | |
newInstance(final InputStream input) | com.google.protobuf.CodedInputStream | inlinestatic |
newInstance(final InputStream input, int bufferSize) | com.google.protobuf.CodedInputStream | inlinestatic |
newInstance(final Iterable< ByteBuffer > input) | com.google.protobuf.CodedInputStream | inlinestatic |
newInstance(final byte[] buf) | com.google.protobuf.CodedInputStream | inlinestatic |
newInstance(final byte[] buf, final int off, final int len) | com.google.protobuf.CodedInputStream | inlinestatic |
newInstance(ByteBuffer buf) | com.google.protobuf.CodedInputStream | inlinestatic |
popLimit(final int oldLimit) | com.google.protobuf.CodedInputStream | |
pushLimit(int byteLimit) | com.google.protobuf.CodedInputStream | |
readBool() | com.google.protobuf.CodedInputStream | |
readByteArray() | com.google.protobuf.CodedInputStream | |
readByteBuffer() | com.google.protobuf.CodedInputStream | |
readBytes() | com.google.protobuf.CodedInputStream | |
readDouble() | com.google.protobuf.CodedInputStream | |
readEnum() | com.google.protobuf.CodedInputStream | |
readFixed32() | com.google.protobuf.CodedInputStream | |
readFixed64() | com.google.protobuf.CodedInputStream | |
readFloat() | com.google.protobuf.CodedInputStream | |
readGroup(final int fieldNumber, final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) | com.google.protobuf.CodedInputStream | |
readGroup(final int fieldNumber, final Parser< T > parser, final ExtensionRegistryLite extensionRegistry) | com.google.protobuf.CodedInputStream | |
readInt32() | com.google.protobuf.CodedInputStream | |
readInt64() | com.google.protobuf.CodedInputStream | |
readMessage(final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) | com.google.protobuf.CodedInputStream | |
readMessage(final Parser< T > parser, final ExtensionRegistryLite extensionRegistry) | com.google.protobuf.CodedInputStream | |
readRawByte() | com.google.protobuf.CodedInputStream | |
readRawBytes(final int size) | com.google.protobuf.CodedInputStream | |
readRawLittleEndian32() | com.google.protobuf.CodedInputStream | |
readRawLittleEndian64() | com.google.protobuf.CodedInputStream | |
readRawVarint32() | com.google.protobuf.CodedInputStream | |
readRawVarint32(final int firstByte, final InputStream input) | com.google.protobuf.CodedInputStream | inlinestatic |
readRawVarint64() | com.google.protobuf.CodedInputStream | |
readSFixed32() | com.google.protobuf.CodedInputStream | |
readSFixed64() | com.google.protobuf.CodedInputStream | |
readSInt32() | com.google.protobuf.CodedInputStream | |
readSInt64() | com.google.protobuf.CodedInputStream | |
readString() | com.google.protobuf.CodedInputStream | |
readStringRequireUtf8() | com.google.protobuf.CodedInputStream | |
readTag() | com.google.protobuf.CodedInputStream | |
readUInt32() | com.google.protobuf.CodedInputStream | |
readUInt64() | com.google.protobuf.CodedInputStream | |
readUnknownGroup(final int fieldNumber, final MessageLite.Builder builder) | com.google.protobuf.CodedInputStream | |
resetSizeCounter() | com.google.protobuf.CodedInputStream | |
setRecursionLimit(final int limit) | com.google.protobuf.CodedInputStream | inline |
setSizeLimit(final int limit) | com.google.protobuf.CodedInputStream | inline |
shouldDiscardUnknownFields | com.google.protobuf.CodedInputStream | private |
skipField(final int tag) | com.google.protobuf.CodedInputStream | |
skipField(final int tag, final CodedOutputStream output) | com.google.protobuf.CodedInputStream | |
skipMessage() | com.google.protobuf.CodedInputStream | |
skipMessage(CodedOutputStream output) | com.google.protobuf.CodedInputStream | |
skipRawBytes(final int size) | com.google.protobuf.CodedInputStream | |