Class LaxGZIPInputStream

All Implemented Interfaces:
Closeable, 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
See Also: