Uses of Class
com.google.protobuf.BinaryReader
Packages that use BinaryReader
-
Uses of BinaryReader in com.google.protobuf
Subclasses of BinaryReader in com.google.protobufModifier and TypeClassDescriptionprivate static final classABinaryReaderimplementation that operates on a heapByteBuffer.Methods in com.google.protobuf that return BinaryReaderModifier and TypeMethodDescriptionstatic BinaryReaderBinaryReader.newInstance(ByteBuffer buffer, boolean bufferIsImmutable) Creates a new reader using the givenbufferas input.