Package com.jcraft.jzlib
Class GZIPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.jcraft.jzlib.InflaterInputStream
com.jcraft.jzlib.GZIPInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Field SummaryFields inherited from class com.jcraft.jzlib.InflaterInputStreambuf, DEFAULT_BUFSIZE, inflater, myinflaterFields inherited from class java.io.FilterInputStreamin
- 
Constructor SummaryConstructorsConstructorDescriptionGZIPInputStream(InputStream in, int size, boolean close_in) GZIPInputStream(InputStream in, Inflater inflater, int size, boolean close_in) 
- 
Method SummaryMethods inherited from class com.jcraft.jzlib.InflaterInputStreamavailable, close, fill, getAvailIn, getInflater, getTotalIn, getTotalOut, mark, markSupported, read, read, reset, skipMethods inherited from class java.io.FilterInputStreamreadMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Constructor Details- 
GZIPInputStream- Throws:
- IOException
 
- 
GZIPInputStream- Throws:
- IOException
 
- 
GZIPInputStreampublic GZIPInputStream(InputStream in, Inflater inflater, int size, boolean close_in) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
getModifiedtimepublic long getModifiedtime()
- 
getOSpublic int getOS()
- 
getName
- 
getComment
- 
getCRC- Throws:
- GZIPException
 
- 
readHeader- Overrides:
- readHeaderin class- InflaterInputStream
- Throws:
- IOException
 
 
-