Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java49 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