Module org.hsqldb

Class TarReaderMain


  • public class TarReaderMain
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TarReaderMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] sa)
      Reads a specified tar file or stdin in order to either list or extract the file tar entries, depending on the first argument being "t" or "x", using default read buffer blocks.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TarReaderMain

        public TarReaderMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] sa)
                         throws java.io.IOException,
                                TarMalformatException
        Reads a specified tar file or stdin in order to either list or extract the file tar entries, depending on the first argument being "t" or "x", using default read buffer blocks.
        Parameters:
        sa - arguments
        Throws:
        java.io.IOException - on access failure
        TarMalformatException - if malformed