Uses of Class
com.google.protobuf.ByteString.LeafByteString
-
Packages that use ByteString.LeafByteString Package Description com.google.protobuf -
-
Uses of ByteString.LeafByteString in com.google.protobuf
Subclasses of ByteString.LeafByteString in com.google.protobuf Modifier and Type Class Description private static classByteString.BoundedByteStringThis class is used to represent the substring of aByteStringover a single byte array.private static classByteString.LiteralByteStringThis class implements aByteStringbacked by a single array of bytes, contiguous in memory.private static classByteString.NioByteStringAByteStringthat wraps around aByteBuffer.Fields in com.google.protobuf declared as ByteString.LeafByteString Modifier and Type Field Description private ByteString.LeafByteStringRopeByteString.RopeInputStream. currentPieceprivate ByteString.LeafByteStringRopeByteString.PieceIterator. nextMethods in com.google.protobuf that return ByteString.LeafByteString Modifier and Type Method Description private ByteString.LeafByteStringRopeByteString.PieceIterator. getLeafByLeft(ByteString root)private ByteString.LeafByteStringRopeByteString.PieceIterator. getNextNonEmptyLeaf()ByteString.LeafByteStringRopeByteString.PieceIterator. next()Returns the next item and advances oneByteString.LeafByteString.
-