aspose file tools
The moose likes Java Micro Edition and the fly likes decompression of zip files in j2ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "decompression of zip files in j2ME" Watch "decompression of zip files in j2ME" New topic
Author

decompression of zip files in j2ME

Holly Pearl
Greenhorn

Joined: Mar 30, 2009
Posts: 1
Hi

I am trying to read a zip file(having 100 text files) from the web server. I am using HttpConnection and I am reading the bytes using ZLibInputStream. I need to decompress the bytes. As there is no inflate function in j2me. I searched online and found GZIP.inflate() function provided by java4ever.com.

I am wondering if anyone had tested the GZIP.inflate function. I appreciate if anyone could provide a sample code. Also, does the file extension has to be .zip or .gzip.

Thanks in advance.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14491
    
    7

"Sri Sri",

Welcome to the JavaRanch. We don't have many rules here, but we do insist that you use you Real Name and not some sort of "handle" or obvious alias. If you're not sure about this, see http://www.javaranch.com/name.jsp .

I can't say specifically about your problem, since I'm not familiar. The one thing that you do need to determine, however, is whether the java4ever solution is designed to run in a JME environment. The JME core classes don't have all the methods and capabilities that the full JRE definition provides, so if a class was coded to use those missing methods or objects, it won't work in a JME JVM.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: decompression of zip files in j2ME
 
Similar Threads
outputting zip file
JSP + Tomcat + File permissions
zip files without path info...
How to determine the size of a file... (zip)
FTP with sun.net.ftp.