Hi All, I am sending a 30mb of compressed data to my mobile device which is using Creme3.27A(based on JDK1.1.8) and getting exception java.io.EOFException: Unexpected end of ZLIB input stream #at java.util.zip.InflaterInputStream.fill() #at java.util.zip.InflaterInputStream.read() #at java.util.zip.GZIPInputStream.read() #at java.io.FilterInputStream.read() I want to know wheather JDK1.1.8 is capable of decompressing 30 mb of data or not. Moreover the mobile device is connected to ...