Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
private static class |
ByteString.BoundedByteString
This class is used to represent the substring of a
ByteString over a
single byte array. |
private static class |
ByteString.LiteralByteString
This class implements a
ByteString backed by a
single array of bytes, contiguous in memory. |
(package private) class |
NioByteString
A
ByteString that wraps around a ByteBuffer . |
Modifier and Type | Field and Description |
---|---|
private ByteString.LeafByteString |
RopeByteString.RopeInputStream.currentPiece |
private ByteString.LeafByteString |
RopeByteString.PieceIterator.next |
Modifier and Type | Method and 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 one
ByteString.LeafByteString . |