Searched refs:AppendableByteSource (Results 1 – 2 of 2) sorted by relevance
235 AppendableByteSource source = new AppendableByteSource(newPreFilledByteArray(5)); in testSlice_appendingAfterSlicing()253 private static class AppendableByteSource extends ByteSource { class in ByteSourceTest256 public AppendableByteSource(byte[] initialBytes) { in AppendableByteSource() method in ByteSourceTest.AppendableByteSource