Compression in J2ME

2019-08-11 06:30发布

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

5条回答
小情绪 Triste *
2楼-- · 2019-08-11 06:37

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

swik.net/j2me+Library

try this link you can download free here

查看更多
一夜七次
3楼-- · 2019-08-11 06:43

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楼-- · 2019-08-11 06:50

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

查看更多
小情绪 Triste *
5楼-- · 2019-08-11 06:53

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.

查看更多
叼着烟拽天下
6楼-- · 2019-08-11 06:54

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

i> GZip

ii>LZMA

GZip can be downloaded from the following link

Also , refer to the following link

查看更多
登录 后发表回答