java.lang.Object
org.hsqldb.lib.tar.TarReaderMain
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TarReaderMain
public TarReaderMain()
-
-
Method Details
-
main
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:
IOException
- on access failureTarMalformatException
- if malformed
-