Searched refs:newByteSupplier (Results 1 – 1 of 1) sorted by relevance
49 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