public interface ZipEntrySourceFromZip extends ZipEntrySource
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryName()
The name of the entry
|
int |
getEntryPosition()
Position of the entry in the list of entries.
|
Path |
getSourceFilePath()
Path to the source zip file.
|
Path getSourceFilePath()
getSourceFilePath in interface ZipEntrySourceString getEntryName()
getEntryName in interface ZipEntrySourceint getEntryPosition()