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-02-07 03:31:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ShrinkItArchive
/
test_src
/
com
/
webcodepro
/
shrinkit
History
Robert Greene
c188bf6c2b
Adding LittleEndianByteOutputStream.
2008-06-30 02:19:36 +00:00
..
io
Adding LittleEndianByteOutputStream.
2008-06-30 02:19:36 +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
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
MasterHeaderBlockTest.java
Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream.
2008-06-22 23:57:49 +00:00
ThreadRecordTest.java
Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream.
2008-06-22 23:57:49 +00:00