Compression in J2ME

2019-08-11 06:44发布

问题:

Are there any OSS compression libraries (gzip) available for J2ME?

回答1:

Have a look at the TinyLine GZip library. Download link here.



回答2:

software.informer.com/getfree-gzip-library-for-j2me/

swik.net/j2me+Library

try this link you can download free here



回答3:

Jazzlib-j2me (java.util.zip implementation in J2SE ported to J2ME) is available here: http://code.google.com/p/staff/downloads/list?q=jazzlib

gzip and gunzip is supported.



回答4:

The two compression algorithms which I have used for JavaME are :

i> GZip

ii>LZMA

GZip can be downloaded from the following link

  • http://gnuwin32.sourceforge.net/packages/gzip.htm

Also , refer to the following link

  • Is there a GZIP J2ME library?


回答5:

I just checked in GZIP decompression library under http://code.google.com/p/compress-j2me/. Uses only 7k (~5k after obfuscation). Compression is under development.