I would expect the serrver to receive it with out problems because the class' javadoc says: " This class provides support for general purpose decompression using popular ZLIB compression library" but maybe I'm missing something. I'll google more but, how does my function look? am I initializing things right? am I doing "deflate" and using the values returned right?

Thanks for your help!!! I really appreciate it.

Ingbert Grimpe wrote:

On Mon, 21 Feb 2005 14:11:48 -0600, Miguel Angel Sotomayor Hernandez
<[EMAIL PROTECTED]> wrote:

First, thanks for your reply. Now, my webserver is running jsps (tomcat). I use the java.util.zip.InflaterInputStream <http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/InflaterInputStream.html>



zlib is not zip ...
You can inflate with every app that uses the correct zlib (there are ports
for several OSs).
Check comp.compression (Mark Adler is still active there) to get infos on
how to decode on a webserver.
I exchange the data with a usual client PC (which has zlib1.dll installed)
so there's no problem, because both sides use the same lib (just different
ports).
(also google for zlib and tomcat or apache; looks like zlib is integrated
in GDLib)



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to