Skip to content

Simple LZW compression/decompression with streams support

License

Notifications You must be signed in to change notification settings

solkin/lzw-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZW archiver

Powered by LZW algorithm and Exp-Golomb code

Usage:

First option must be a mode specifier:

-c Create -x Extract

Create: bzz -c <file> | <archive>

<file> add these item to archive

<archive> archived output file with .bzz extension

Extract: bzz -x <archive> | <file>

<archive> archive with .bzz extension path

<file> extracted file path

About

Simple LZW compression/decompression with streams support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages