Searched refs:newByteSupplier (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java49 final InputSupplier<InputStream> supplier = newByteSupplier(0, 50);
75 suppliers.add(newByteSupplier(start, span));
79 assertTrue(ByteStreams.equal(newByteSupplier(0, start), joined));
83 InputSupplier<InputStream> supplier = newByteSupplier(0, 10);
117 private static InputSupplier<InputStream> newByteSupplier(final int start, final int size) { method in class:MultiInputStreamTest

Completed in 80 milliseconds