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.