public interface GordianZipFileContents
GordianKnot ZipFile contents API.
  • Method Details

    • iterator

      Obtain an iterator for the fileEntries.
      Returns:
      the iterator
    • findFileEntry

      GordianZipFileEntry findFileEntry(String pName)
      Locate the fileEntry by name.
      Parameters:
      pName - the name of the fileEntry
      Returns:
      the fileEntry or null if not found