Uses of Class
com.google.protobuf.BinaryReader
-
Uses of BinaryReader in com.google.protobuf
Subclasses of BinaryReader in com.google.protobufModifier and TypeClassDescriptionprivate static final class
ABinaryReader
implementation that operates on a heapByteBuffer
.Methods in com.google.protobuf that return BinaryReaderModifier and TypeMethodDescriptionstatic BinaryReader
BinaryReader.newInstance
(ByteBuffer buffer, boolean bufferIsImmutable) Creates a new reader using the givenbuffer
as input.