Class TarBzInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.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().
    • Constructor Detail

      • TarBzInputStream

        public TarBzInputStream​(java.io.InputStream is)
                         throws java.io.IOException
        Parameters:
        is -
        Throws:
        java.io.IOException
      • TarBzInputStream

        public TarBzInputStream​(java.io.InputStream is,
                                int blockSize)
                         throws java.io.IOException
        Parameters:
        is -
        blockSize -
        Throws:
        java.io.IOException
      • TarBzInputStream

        public TarBzInputStream​(java.io.InputStream is,
                                int blockSize,
                                int recordSize)
                         throws java.io.IOException
        Parameters:
        is -
        blockSize -
        recordSize -
        Throws:
        java.io.IOException