Package org.jasen.io

Interface Summary
StreamReaderListener Used exclusively by the NonBlockingStreamReader.
 

Class Summary
ByteArrayReader Convenience reader class for reading [small] byte arrays.
ByteToCharUTF7Converter ByteToCharUTF7Converter Converts UTF-7 encoded bytes into Unicode 16 chars.
NonBlockingStreamReader Implements a threaded input stream reader which can be terminated if it blocks for too long.
 

Exception Summary
NonBlockingIOException Extended IOException to indicate timeout errors.