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