Class GZIPInputStream
java.lang.Object
java.io.InputStream
com.codename1.io.gzip.FilterInputStream
com.codename1.io.gzip.InflaterInputStream
com.codename1.io.gzip.GZIPInputStream
- All Implemented Interfaces:
java.io.Closeable, AutoCloseable
-
Field Summary
Fields inherited from class InflaterInputStream
buf, DEFAULT_BUFSIZE, inflater, myinflaterFields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionGZIPInputStream(java.io.InputStream in) GZIPInputStream(java.io.InputStream in, int size, boolean closeIn) GZIPInputStream(java.io.InputStream in, Inflater inflater, int size, boolean closeIn) -
Method Summary
Methods inherited from class InflaterInputStream
available, close, fill, getAvailIn, getInflater, getTotalIn, getTotalOut, mark, markSupported, read, read, reset, skipMethods inherited from class FilterInputStream
readMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GZIPInputStream
public GZIPInputStream(java.io.InputStream in) throws java.io.IOException - Throws:
java.io.IOException
-
GZIPInputStream
public GZIPInputStream(java.io.InputStream in, int size, boolean closeIn) throws java.io.IOException - Throws:
java.io.IOException
-
GZIPInputStream
public GZIPInputStream(java.io.InputStream in, Inflater inflater, int size, boolean closeIn) throws java.io.IOException - Throws:
java.io.IOException
-
-
Method Details
-
getModifiedtime
public long getModifiedtime() -
getOS
public int getOS() -
getName
-
getComment
-
getCRC
- Throws:
GZIPException
-
readHeader
public void readHeader() throws java.io.IOException- Overrides:
readHeaderin classInflaterInputStream- Throws:
java.io.IOException
-