Searched defs:wasStreamClosed (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DTestStreamSupplier.java36 boolean wasStreamClosed(); method in interface:TestStreamSupplier
H A DTestByteSink.java52 public boolean wasStreamClosed() { method in class:TestByteSink
H A DTestByteSource.java52 public boolean wasStreamClosed() { method in class:TestByteSource
H A DTestCharSink.java54 public boolean wasStreamClosed() { method in class:TestCharSink
55 return byteSink.wasStreamClosed();
H A DTestCharSource.java49 public boolean wasStreamClosed() { method in class:TestCharSource
50 return byteSource.wasStreamClosed();

Completed in 124 milliseconds