Package com.kirkwarez.kirkpack.io

Class Summary
EndianInputStream This stream behaves about exactly as DataInputStream, it reads primitive and some non-primitive data types from the underlying stream.
EndianOutputStream This stream behaves about exactly as DataOutputStream, it writes primitive and some non-primitive data types to the underlying stream.
Streamer The Streamer is avery simple class that reads from one stream, and writes to another, the size of the buffer at a time, until the providing stream runs out of data, or the optionally specified length parameter has been reached.