Skip to content

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

Notifications You must be signed in to change notification settings

solkin/bzz-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages