Package org.apache.axiom.testutils.io
-
Interface Summary Interface Description InstrumentedStream Stream that counts the number of bytes/characters read/written and that remembers ifCloseable.close()has been called. -
Class Summary Class Description ByteStreamComparator OutputStreamimplementation that compares the data written to it with another character sequence specified by anInputStream.CharacterStreamComparator ExceptionInputStream InputStreamwrapper that throws an exception after a configurable number of bytes have been read from the stream or when the end of the stream is reached.ExceptionOutputStream InstrumentedInputStream InputStreamwrapper that implementsInstrumentedStream.InstrumentedOutputStream OutputStreamwrapper that implementsInstrumentedStream.InstrumentedReader Readerwrapper that implementsInstrumentedStream.InstrumentedWriter Writerwrapper that implementsInstrumentedStream.IOTestUtils