1. Introduction
2.Download
3. Compression results
4. Implementation
5. ToDo list
|
Version 1.0 is contains only Java implementation.
Implementation details, and short example how to use coder/decoder will
be posted here soon.
Command line usage:
java -Xmx512m -jar secodec[VER].jar [option] [file_in] [file_out]
[option]:
-c Compress the input [file_in] and output compressed data to [file_out]
-d Dompress the input [file_in] and output decompressed data to [file_out]
|