Compression in J2ME
问题 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