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
- Host: GitHub
- URL: https://github.com/solkin/lzw-java
- Owner: solkin
- License: mit
- Created: 2019-09-28T23:05:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T18:42:01.000Z (about 5 years ago)
- Last Synced: 2025-06-11T14:57:37.558Z (7 months ago)
- Topics: lzw, lzw-algorithm, lzw-compression
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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