Package org.teavm.classlib.java.util.zip
Class TGZIPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.teavm.classlib.java.util.zip.TInflaterInputStream
org.teavm.classlib.java.util.zip.TGZIPInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsFields inherited from class org.teavm.classlib.java.util.zip.TInflaterInputStream
buf, inf, len
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.classlib.java.util.zip.TInflaterInputStream
available, fill, mark, markSupported, read, reset, skip
Methods inherited from class java.io.FilterInputStream
read
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
GZIP_MAGIC
public static final int GZIP_MAGIC- See Also:
- Constant Field Values
-
crc
-
eos
protected boolean eos
-
-
Constructor Details
-
TGZIPInputStream
- Throws:
IOException
-
TGZIPInputStream
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classTInflaterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classTInflaterInputStream
- Throws:
IOException
-