Class Archive

java.lang.Object
com.adobe.epubcheck.util.Archive

public class Archive extends Object
  • Field Details

  • Constructor Details

    • Archive

      public Archive(String base, boolean save)
    • Archive

      public Archive(String base)
  • Method Details

    • getEpubName

      public String getEpubName()
    • getEpubFile

      public File getEpubFile()
    • deleteEpubFile

      public void deleteEpubFile()
    • createArchive

      public void createArchive(File absoluteEpubFilePath)
    • createArchive

      public void createArchive()
    • makeCanonical

      private File makeCanonical(File f)
    • getSize

      private long getSize(String path) throws IOException
      Throws:
      IOException
    • getCRC

      private long getCRC(String path) throws IOException
      Throws:
      IOException
    • collectFiles

      private void collectFiles(File dir, String dirName)
    • listFiles

      public void listFiles()