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 ZipEntrySource
String getEntryName()
getEntryName
in interface ZipEntrySource
int getEntryPosition()