Searched refs:newByteSource (Results 1 – 1 of 1) sorted by relevance
49 final ByteSource source = newByteSource(0, 50); in testOnlyOneOpen()73 sources.add(newByteSource(start, span)); in joinHelper()77 assertTrue(newByteSource(0, start).contentEquals(joined)); in joinHelper()81 ByteSource source = newByteSource(0, 10); in testReadSingleByte()114 private static ByteSource newByteSource(final int start, final int size) { in newByteSource() method in MultiInputStreamTest