Class TarBzInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class TarBzInputStream
    extends TarInputStream
    The TarBzInputStream reads a UNIX TAR archive, further encoded in BZIP 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().
    Author:
    ALR, Tair Sabirgaliev