Closed nodarret closed 12 years ago
Sounds like a useful improvement -- command-line tool was implement in minimal way, and definitely should be possible to add incremental encoder/decoder.
Took quite a while, but finally remembered to implement, along with a minor new feature; will be published as 0.9.3.
For big files better way is use Input/Output Streams. Very useful will be to add parametr sending results into standard output.
Example: -d parameter: decompress to file -c parameter: compress to file -o parameter: decompress to output
Example Java code: