Home
last modified time | relevance | path

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

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