OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandomAmountInputStream
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
RandomAmountInputStream.java
27
class
RandomAmountInputStream
extends FilterInputStream {
30
public
RandomAmountInputStream
(InputStream in, Random random) {
TestByteSource.java
59
return new
RandomAmountInputStream
(new In(), new Random());
ByteSourceTester.java
163
return new
RandomAmountInputStream
(
Completed in 1107 milliseconds