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 class
ByteString.BoundedByteString
This class is used to represent the substring of aByteString
over a single byte array.private static class
ByteString.LiteralByteString
This class implements aByteString
backed by a single array of bytes, contiguous in memory.(package private) class
NioByteString
AByteString
that wraps around aByteBuffer
.Fields in com.google.protobuf declared as ByteString.LeafByteString Modifier and Type Field Description private ByteString.LeafByteString
RopeByteString.RopeInputStream. currentPiece
private ByteString.LeafByteString
RopeByteString.PieceIterator. next
Methods in com.google.protobuf that return ByteString.LeafByteString Modifier and Type Method Description private ByteString.LeafByteString
RopeByteString.PieceIterator. getLeafByLeft(ByteString root)
private ByteString.LeafByteString
RopeByteString.PieceIterator. getNextNonEmptyLeaf()
ByteString.LeafByteString
RopeByteString.PieceIterator. next()
Returns the next item and advances oneByteString.LeafByteString
.
-