A Java library for managing Apple II ShrinkIt archives.
Go to file
2008-06-17 04:09:03 +00:00
.settings Switched over to Java 5.0. 2008-06-17 02:48:26 +00:00
local_src/com/webcodepro/shrinkit A basic scan utility that locates archive files and dumps their file lists. 2008-06-17 02:54:50 +00:00
samples 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
src/com/webcodepro/shrinkit 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
test_src/com/webcodepro/shrinkit 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
.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