igorgatis / compress-j2me

Automatically exported from code.google.com/p/compress-j2me
5 stars 2 forks source link

What is this project about?

This project contains a set java implementations of commonly used compression algorithms.

Libraries were carefully written to be compatible with both J2SE and J2ME platforms, keeping code size as small as possible.

Users: please let us know which projects this library is being used on. Also, make sure file bugs.

GZIP & Deflate

Smallest java full implementation of GZIP algorithm.

Status

Decompression and compression are available at this time. Library size is 6.5k.

Compression algorithm uses fixed fixed Huffman block. dyn Dynamic Huffman block is on the way.

Compatibility

LZC (aka unix compress)

Smallest java implementation of LZC algorithm.

Comes in two flavors

Compatibility

Helping

Checkout the code and send me patches.