Home
last modified time | relevance | path

Searched refs:AppendableByteSource (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTest.java235 AppendableByteSource source = new AppendableByteSource(newPreFilledByteArray(5)); in testSlice_appendingAfterSlicing()
253 private static class AppendableByteSource extends ByteSource { class in ByteSourceTest
256 public AppendableByteSource(byte[] initialBytes) { in AppendableByteSource() method in ByteSourceTest.AppendableByteSource
/external/guava/android/guava-tests/test/com/google/common/io/
DByteSourceTest.java235 AppendableByteSource source = new AppendableByteSource(newPreFilledByteArray(5)); in testSlice_appendingAfterSlicing()
253 private static class AppendableByteSource extends ByteSource { class in ByteSourceTest
256 public AppendableByteSource(byte[] initialBytes) { in AppendableByteSource() method in ByteSourceTest.AppendableByteSource