Package org.apache.axiom.testutils.io
Interface InstrumentedStream
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
InstrumentedInputStream,InstrumentedOutputStream,InstrumentedReader,InstrumentedWriter
public interface InstrumentedStream extends Closeable
Stream that counts the number of bytes/characters read/written and that remembers ifCloseable.close()has been called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()booleanisClosed()
-