- java.lang.Object
- 
- org.hsqldb.lib.tar.TarGeneratorMain
 
- 
 public class TarGeneratorMain extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description TarGeneratorMain()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(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- 
mainpublic static void main(java.lang.String[] sa) throws java.io.IOException, TarMalformatExceptionCreates 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
 
 
- 
 
-