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:
Closeable, AutoCloseable
-
Field Summary
Fields inherited from class InflaterInputStream
buf, DEFAULT_BUFSIZE, inflater, myinflaterFields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionGZIPInputStream(InputStream in, int size, boolean closeIn) GZIPInputStream(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
read
-
Constructor Details
-
GZIPInputStream
- Throws:
IOException
-
GZIPInputStream
- Throws:
IOException
-
GZIPInputStream
public GZIPInputStream(InputStream in, Inflater inflater, int size, boolean closeIn) throws IOException - Throws:
IOException
-
-
Method Details
-
getModifiedtime
public long getModifiedtime() -
getOS
public int getOS() -
getName
-
getComment
-
getCRC
- Throws:
GZIPException
-
readHeader
- Overrides:
readHeaderin classInflaterInputStream- Throws:
IOException
-