Package org.walluck.io

Adds additional methods to various java.io classes and support for reading and writing little endian.

See:
          Description

Class Summary
DataInputStreamEx A DataInputStream with a few more methods.
DataOutputStreamEx A data output stream with a few more methods.
LittleEndianInputStream An input stream that supports little endian byte order to the limited degree needed to support ICQ.
LittleEndianOutputStream An output stream that supports little endian byte order to the limited degree nedded to support ICQ.
 

Package org.walluck.io Description

Adds additional methods to various java.io classes and support for reading and writing little endian.