Re: [Compress] Zip Files: History, Explanation and Implementation

2020-03-09 Thread Peter Lee
> Compress contains a pure Java Deflate64 deflater, which also is a > "normal" deflater by defintion. You may want to take a look at it. Thank you so much! I will look into that. I'm doing this out of my interest - I have read many of compression algorithms, I just want to have a try on myself.

Re: [Compress] Zip Files: History, Explanation and Implementation

2020-03-07 Thread Stefan Bodewig
On 2020-03-07, Peter Lee wrote: > I'm planning to build a pure Java deflater/inflater on my own. Believe this > may help a lot. Compress contains a pure Java Deflate64 deflater, which also is a "normal" deflater by defintion. You may want to take a look at it. When I implemented the LZ4 encoder

Re: [Compress] Zip Files: History, Explanation and Implementation

2020-03-06 Thread Peter Lee
Great article. This may help a lot when learning about zip. I'm planning to build a pure Java deflater/inflater on my own. Believe this may help a lot. Gary Gregory 于2020年3月7日周六 上午10:30写道: > Just FYI:Zip Files: History, Explanation and Implementation > https://www.hanshq.net/zip.html > > Gary >

[Compress] Zip Files: History, Explanation and Implementation

2020-03-06 Thread Gary Gregory
Just FYI:Zip Files: History, Explanation and Implementation https://www.hanshq.net/zip.html Gary