★ wanayoo — archive 1999 https://github.com/solkin/bzz-javaNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Bzz archiver Java Build Status

Based on Huffman tree file compressor/decompressor

Command line options

-c <source> <archive> - compress file source to file archive.

-x <archive> <extracted> - extract archive from file archive to file extracted.

Archive file format

16-bit big endian - archive version (for now is 0x01)

32-bit big endian - dictionary size

Array of dictionary items:

8-bit - dictionary value

32-bit big endian - value frequency

Archive body in bit-by-bit format

About

Tiny library that work like a bee to bring you sweet result

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.