Are there any GZIPInputStream implementation for J2ME available. I would prefer an Apache Style License
相关问题
- Unexpected JDWP Error 21
- How do I signal to a web server that I'm posti
- Receive text message using J2ME
- Express: Serve pre-compressed static assets
- How to detect key pressed event in LWUIT form?
相关文章
- Fiddler doesn't decompress gzip responses
- Button Image Problem
- Downloading a csv.gz file from url in Python
- What unit-test frameworks would you recommend for
- SQLite for BlackBerry
- IE8 not sending Accept-Encoding: gzip, deflate
- PHP - compress static css file with GZIP
- Decompressing a gzipped payload of a packet with P
You may want to try: http://code.google.com/p/compress-j2me Library is only 6.5k big.
TinyLine implementation should be OK also for commercial usages.
IIRC the phoneME project includes an implementation of GZIPInputStream. I'm not sure of the licensing but it might be worth a look.