Class LaxGZIPInputStream
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class LaxGZIPInputStream extends GZIPInputStream
GZIPInputStream subclass that has a flag to accept "edgy streams" that signal end of stream with EOFException which seems to be rather frequent
- Since:
5.0
-
-
Field Summary
Fields Modifier and Type Field Description public final static intGZIP_MAGIC
-
Constructor Summary
Constructors Constructor Description LaxGZIPInputStream(InputStream wrapped, boolean relax)
-
Method Summary
Modifier and Type Method Description intread(Array<byte> b, int off, int len)intread()intread(Array<byte> b)-
Methods inherited from class java.util.zip.GZIPInputStream
close -
Methods inherited from class java.util.zip.InflaterInputStream
available, mark, markSupported, reset, skip -
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-