I would like to read file.zip in j2me, everybody please help me!!
Printable View
I would like to read file.zip in j2me, everybody please help me!!
Welcome to our community.
Actually this is a forum, not a code bank or a place to get work done. You must put some effort first, and if you stuck on something please let us know. We really like to help you in that way.
Actually, I have tried to use GzipInputStream of java.lang.object but it don't support in J2me. I don't know what object support for j2me, please help me!!
I'm totally wired.
Search on TinyLine APIs. There GZIPInputStream is a pure J2ME implementation of the Java 2. If I remember correctly java.util.zip.GZIPInputStream class is that all what you need.
What you mean by this?Quote:
I have tried to use GzipInputStream of java.lang.object