- java.lang.Object
-
- org.hsqldb.lib.tar.TarGeneratorMain
-
public class TarGeneratorMain extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TarGeneratorMain()
-
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.
-
-
-
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.- Throws:
java.io.IOException
TarMalformatException
-
-