This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-Tools
/
ShrinkItArchive
Watch
1
Star
0
Fork
0
You've already forked ShrinkItArchive
mirror of
https://github.com/AppleCommander/ShrinkItArchive.git
synced
2025-01-18 08:30:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ShrinkItArchive
/
test_src
/
com
/
webcodepro
/
shrinkit
History
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
..
ByteSourceTest.java
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
CRC16Test.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
HeaderBlockTest.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
MasterHeaderBlockTest.java
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
NuFileArchiveTest.java
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
ThreadRecordTest.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