Class GzipAwareInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class GzipAwareInputStream
    extends InputStream
    Wraps an InputStream and checks if the stream has been compressed, and optionally decompresses it.