Interface GordianZipFileContents
public interface GordianZipFileContents
GordianKnot ZipFile contents API.
-
Method Summary
Modifier and TypeMethodDescriptionfindFileEntry(String pName) Locate the fileEntry by name.iterator()Obtain an iterator for the fileEntries.
-
Method Details
-
iterator
Iterator<GordianZipFileEntry> iterator()Obtain an iterator for the fileEntries.- Returns:
- the iterator
-
findFileEntry
Locate the fileEntry by name.- Parameters:
pName- the name of the fileEntry- Returns:
- the fileEntry or null if not found
-