|
Class Summary |
| ByteStreamComparator |
OutputStream implementation that compares the data written to it with another character
sequence specified by an InputStream. |
| CharacterStreamComparator |
Writer implementation that compares the data written to it with another character
sequence specified by a Reader. |
| CloseSensorInputStream |
InputStream wrapper that remembers if InputStream.close() has been called. |
| CloseSensorReader |
Reader wrapper that remembers if Reader.close() has been called. |
| ExceptionInputStream |
InputStream wrapper that throw an exception when the end of the
parent stream is reached. |
| IOTestUtils |
|