Module org.hsqldb

Class TarReaderMain

java.lang.Object
org.hsqldb.lib.tar.TarReaderMain

public class TarReaderMain extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(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 Details

    • TarReaderMain

      public TarReaderMain()
  • Method Details

    • main

      public static void main(String[] sa) throws 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:
      IOException - on access failure
      TarMalformatException - if malformed