An open API service indexing awesome lists of open source software.

https://github.com/solkin/lzw-java

Simple LZW compression/decompression with streams support
https://github.com/solkin/lzw-java

lzw lzw-algorithm lzw-compression

Last synced: 6 months ago
JSON representation

Simple LZW compression/decompression with streams support

Awesome Lists containing this project

README

          

## 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 | `

`` add these item to archive

`` archived output file with .bzz extension

Extract: `bzz -x | `

`` archive with .bzz extension path

`` extracted file path