Are there any OSS compression libraries (gzip) available for J2ME?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
software.informer.com/getfree-gzip-library-for-j2me/
swik.net/j2me+Library
try this link you can download free here
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.
Have a look at the TinyLine GZip library. Download link here.
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.
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