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:
- java.io.Closeable
public class GZIPInputStream
- extends InflaterInputStream
Fields inherited from class java.io.FilterInputStream |
in |
Methods inherited from class com.jcraft.jzlib.InflaterInputStream |
available, close, fill, getAvailIn, getInflater, getTotalIn, getTotalOut, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.io.FilterInputStream |
read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 close_in)
throws java.io.IOException
- Throws:
java.io.IOException
GZIPInputStream
public GZIPInputStream(java.io.InputStream in,
Inflater inflater,
int size,
boolean close_in)
throws java.io.IOException
- Throws:
java.io.IOException
getModifiedtime
public long getModifiedtime()
getOS
public int getOS()
getName
public java.lang.String getName()
getComment
public java.lang.String getComment()
getCRC
public long getCRC()
throws GZIPException
- Throws:
GZIPException
readHeader
public void readHeader()
throws java.io.IOException
- Overrides:
readHeader
in class InflaterInputStream
- Throws:
java.io.IOException
Copyright © 2013. All Rights Reserved.