| Constructor and Description |
|---|
ZipEntrySource(ZipEntry entry,
ZipInputStream zip,
String prefixPath) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Source> |
getChildren() |
String |
getExternalPath() |
String |
getInternalPath() |
String |
getName() |
boolean |
isFolder() |
boolean |
isStream() |
InputStream |
openStream() |
String |
toString() |
public ZipEntrySource(ZipEntry entry, ZipInputStream zip, String prefixPath)
public String getExternalPath()
getExternalPath in interface Sourcepublic String getInternalPath()
getInternalPath in interface Sourcepublic InputStream openStream() throws IOException
openStream in interface SourceIOExceptionpublic Iterable<Source> getChildren()
getChildren in interface SourceCopyright © 2022 vpc open source initiative. All rights reserved.