A Java library for managing Apple II ShrinkIt archives.
Go to file
2008-06-27 18:41:15 +00:00
.settings Switched over to Java 5.0. 2008-06-17 02:48:26 +00:00
local_src/com/webcodepro/shrinkit Adding basic LZW and RLE decompression algorithms implemented as InputStreams. The tests aren't quite test, but do verify they are functional. 2008-06-22 17:57:23 +00:00
src/com/webcodepro/shrinkit 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
test_src/com/webcodepro/shrinkit Changed test to test byte-by-byte instead of a String, since some of the data files are binary. 2008-06-27 18:41:15 +00:00
.classpath Switched over to Java 5.0. 2008-06-17 02:48:26 +00:00
.project 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