Compression in J2ME

佐手、 提交于 2019-12-24 07:56:49

问题


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.



来源:https://stackoverflow.com/questions/2085722/compression-in-j2me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!