Class TarGzInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class TarGzInputStream extends TarInputStream
The TarGzInputStream reads a UNIX TAR archive, further encoded in GZIP compresssion, as an InputStream. Methods are provided to position at each successive entry in the archive, and the read each entry as a normal input stream using read().