ShrinkItArchive/src/com/webcodepro/shrinkit/io
2008-06-30 03:53:01 +00:00
..
BitConstants.java Adding BitOutputStream; moved bit mask constants into BitConstants interface for both the input and the output stream. 2008-06-28 15:01:26 +00:00
BitInputStream.java Adding BitOutputStream; moved bit mask constants into BitConstants interface for both the input and the output stream. 2008-06-28 15:01:26 +00:00
BitOutputStream.java Adding BitOutputStream; moved bit mask constants into BitConstants interface for both the input and the output stream. 2008-06-28 15:01:26 +00:00
ByteConstants.java Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream. 2008-06-22 23:57:49 +00:00
LittleEndianByteInputStream.java Minor correction to comments. 2008-06-30 02:19:15 +00:00
LittleEndianByteOutputStream.java Adding LittleEndianByteOutputStream. 2008-06-30 02:19:36 +00:00
LzwInputStream.java Correcting behavior when the clear dictionary code is received (0x100). 2008-06-27 18:42:26 +00:00
NufxLzw1InputStream.java Just removing a commented out line. 2008-06-27 18:41:34 +00:00
NufxLzw2InputStream.java Just removing a commented out line. 2008-06-27 18:41:34 +00:00
RleInputStream.java This adds NuFX LZW/1 decompression support. 2008-06-23 04:03:42 +00:00
RleOutputStream.java Added RleOutputStream for RLE compression. 2008-06-30 03:53:01 +00:00