Robert Greene
|
0511fbfce5
|
Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream.
|
2008-06-22 23:57:49 +00:00 |
|
Robert Greene
|
ec9c833f58
|
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 |
|
John B. Matthews
|
ad3558f84a
|
Preserve 1.5 compatibility.
|
2008-06-17 16:39:24 +00:00 |
|
Robert Greene
|
4371c7a730
|
Added ability to get the CRC-16 from a ByteSource and for the MasterHeaderBlock to validate its CRC-16.
|
2008-06-17 04:09:56 +00:00 |
|
Robert Greene
|
6c241ea036
|
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 |
|
Robert Greene
|
27ee990c43
|
A basic scan utility that locates archive files and dumps their file lists.
|
2008-06-17 02:54:50 +00:00 |
|
Robert Greene
|
99cb124c45
|
Switched over to Java 5.0.
|
2008-06-17 02:48:26 +00:00 |
|
Robert Greene
|
8e090c179e
|
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 |
|
John B. Matthews
|
c0c6a6a55a
|
Add CRC16.
|
2008-06-17 01:22:41 +00:00 |
|
Robert Greene
|
68a5b3a5f5
|
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 |
|