-
-
-
[
C/C++]
lzma.zip
Compress and decompress algorithm in C for vxWorks.
-
[
C/C++]
CZipFileSrc.zip
CZipFile is a lite library that allows you to get information
about a zip archive. It is not able to decompress the files, but just
retrieves the contents 鈻he file name, file size, and so on.
-
-
-
-
-
[
Delphi]
Compression.zip
... ). Based on Ziv-Lempel basic algorithm.
Simple.. not fast nor really "compressive" :).
Create(A) a ZIP by passing in the stream A you want as source/destination. Call Add(B) to compress a stream B into A. Call Extract(B) to decompress stream A into B.
-
-