Module org.hsqldb

Class TarGeneratorMain


  • public class TarGeneratorMain
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] sa)
      Creates specified tar file to contain specified files, or stdin, using default blocks-per-record and replacing tar file if it already exists.
      • Methods inherited from class java.lang.Object

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

      • TarGeneratorMain

        public TarGeneratorMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] sa)
                         throws java.io.IOException,
                                TarMalformatException
        Creates specified tar file to contain specified files, or stdin, using default blocks-per-record and replacing tar file if it already exists.
        Parameters:
        sa - arguments
        Throws:
        java.io.IOException - on access failure
        TarMalformatException - if malformed