Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any GZIPInputStream implementation for J2ME available. I would prefer an Apache Style License

share|improve this question

3 Answers

up vote 5 down vote accepted

IIRC the phoneME project includes an implementation of GZIPInputStream. I'm not sure of the licensing but it might be worth a look.

share|improve this answer

TinyLine implementation should be OK also for commercial usages.

share|improve this answer
Well, Tinyline is good, however, the code is not open source, we just have an obfuscated jar file. What I would need is the source implementation. – Ram Sep 15 '09 at 12:27

You may want to try: http://code.google.com/p/compress-j2me Library is only 6.5k big.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.