Searched refs:BoundedByteString (Results 1 – 1 of 1) sorted by relevance
399 return new BoundedByteString(bytes, offset, length); in wrap()1349 return new BoundedByteString(bytes, getOffsetIntoBytes() + beginIndex, length); in substring()1535 private static final class BoundedByteString extends LiteralByteString { class1549 BoundedByteString(byte[] bytes, int offset, int length) { in BoundedByteString() method in BoundedByteString