public class ZipFileContents extends Object
ZipFileParser.parse(ZipEntryCollaborator, org.entityfs.RandomAccess, java.nio.charset.Charset, java.nio.charset.Charset)
.
This is part of the ZipFile
implementations. Clients should not have
to bother with this object.
Constructor and Description |
---|
ZipFileContents(ZipDirectoryEntry rootEntry,
Map<org.entityfs.el.AbsoluteLocation,ZipEntry> entryMap,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
Map<org.entityfs.el.AbsoluteLocation,ZipEntry> |
getEntryMap() |
ZipDirectoryEntry |
getRootEntry() |
public ZipFileContents(ZipDirectoryEntry rootEntry, Map<org.entityfs.el.AbsoluteLocation,ZipEntry> entryMap, String comment)
public ZipDirectoryEntry getRootEntry()
public String getComment()