public class GZIPInputStream
- Object
- InputStream
- FilterInputStream
- InflaterInputStream
- GZIPInputStream
ImplementsAutoCloseable
Constructors
Methods
public long getModifiedtime() | |
public int getOS() | |
public String getName() | |
public String getComment() | |
public long getCRC()
throws GZIPException | |
public void readHeader()
throws IOException |
Inherited fields
From FilterInputStream
Inherited methods
From InflaterInputStream
read, read, available, skip, close, fill, markSupported, mark, reset, getTotalIn, getTotalOut, getAvailIn, getInflater
Constructor details
GZIPInputStream
public GZIPInputStream(InputStream in)
throws IOExceptionThrows
GZIPInputStream
public GZIPInputStream(InputStream in, int size, boolean closeIn)
throws IOExceptionThrows
GZIPInputStream
public GZIPInputStream(InputStream in, Inflater inflater, int size, boolean closeIn)
throws IOExceptionThrows
Method details
getModifiedtime
public long getModifiedtime()getOS
public int getOS()getName
public String getName()getComment
public String getComment()getCRC
public long getCRC()
throws GZIPExceptionThrows
readHeader
public void readHeader()
throws IOException