A Java library for managing Apple II ShrinkIt archives.
Go to file
cb19a53a1d Add a simple jar buildfile 2012-06-25 14:02:22 +00:00
.settings Switched over to Java 5.0. 2008-06-17 02:48:26 +00:00
build Add a simple jar buildfile 2012-06-25 14:02:22 +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 More information in exception message for badly (?) formed ThreadKinds 2012-06-24 21:43:49 +00:00
test_src/com/webcodepro/shrinkit LZW decompression stream. Tests aren't quite right yet. 2008-07-10 03:10:36 +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
LICENSE Add a simple jar buildfile 2012-06-25 14:02:22 +00:00