E - The type of the created ZIP entries.public interface ZipEntryFactory<E extends ZipEntry> extends ZipParameters
ZipEntrys.| Modifier and Type | Method and Description |
|---|---|
E |
newEntry(java.lang.String name)
Returns a new ZIP entry with the given
name. |
E newEntry(java.lang.String name)
name.name - the entry name.name.