Interface ZipEntrySource
- All Known Implementing Classes:
ByteSource, FileSource
public interface ZipEntrySource
ZIP entry with its contents.
-
Method Details
-
getPath
String getPath()- Returns:
- path of the given entry (not
null).
-
getEntry
ZipEntry getEntry()- Returns:
- meta-data of the given entry (not
null).
-
getInputStream
- Returns:
- an input stream of the given entry
or
nullif this entry is a directory. - Throws:
IOException- can throw getting the InputStream
-