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