Class CorrectedGZIPInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class CorrectedGZIPInputStream extends GZIPInputStream
Works around the "Corrupt GZIP trailer" problem in GZIPInputStream by catching and ignoring this exception.
Author:
AO Industries, Inc.