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

/external/guava/guava-tests/test/com/google/common/io/
H A DRandomAmountInputStream.java25 class RandomAmountInputStream extends FilterInputStream { class in inherits:FilterInputStream
28 public RandomAmountInputStream(InputStream in, Random random) { method in class:RandomAmountInputStream
H A DByteStreamsTest.java156 return new RandomAmountInputStream(new ByteArrayInputStream(tenK),

Completed in 1561 milliseconds