compress
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A basic implementation of the zip file format in several languages.
README
======
**The purpose for this code is a personal learning experience and it is not
recommended that you use this code for anything other than a learning aid.**

Pack is an implementation of the zip file format using lz77 compression in a 
variety of languages. Languages intended to be included are: Go, Ruby, C++.

The source code is distributed with the MIT license which can be found in the
same directory as this readme file _(License.txt)_.

The various goals of this project are to produce code chunks as follows:

* An object that is capable of reading and interacting with the basics of the
zip file format.
* A stream that can wrap around a stream _(at the very least a filestream)_ 
and provide encoding on the fly.
* An encoding provider object that can take chunks of data and compress them.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。