java.io classes and support
for reading and writing little endian.See: Description
| Class | Description |
|---|---|
| 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.
|
Adds additional methods to various java.io classes and support
for reading and writing little endian.