ShrinkItArchive/src/com/webcodepro/shrinkit
2008-06-30 02:19:15 +00:00
..
io Minor correction to comments. 2008-06-30 02:19:15 +00:00
CRC16.java Added some masking to prevent a byte with the high bit set (0x80 or more) to flip into negative numbers; also altered to use an int in update. 2008-06-17 04:09:03 +00:00
HeaderBlock.java Removed some unit tests that took a bit of setup to get working; added a helper functions to HeaderBlock (getting filename and data or resource fork) and ThreadRecord (get correct InputStream); most LZW tests now compare to expected results. Not all test issues have been resolved. 2008-06-27 04:19:21 +00:00
MasterHeaderBlock.java Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream. 2008-06-22 23:57:49 +00:00
NuFileArchive.java Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream. 2008-06-22 23:57:49 +00:00
ThreadClass.java Initial commit. Reads basic NuFile/NuFX archive format. Does not handle CRC-16, does not write, does not handle compressed threads. 2008-06-16 03:37:52 +00:00
ThreadFormat.java ThreadFormat now knows its code; changed logic of find to use the coding instead of a switch statement. 2008-06-17 02:47:48 +00:00
ThreadKind.java Initial commit. Reads basic NuFile/NuFX archive format. Does not handle CRC-16, does not write, does not handle compressed threads. 2008-06-16 03:37:52 +00:00
ThreadRecord.java Removed some unit tests that took a bit of setup to get working; added a helper functions to HeaderBlock (getting filename and data or resource fork) and ThreadRecord (get correct InputStream); most LZW tests now compare to expected results. Not all test issues have been resolved. 2008-06-27 04:19:21 +00:00
TimeRec.java Preserve 1.5 compatibility. 2008-06-17 16:39:24 +00:00