public class ZipEntryInputSource extends Object implements InputSource
| Constructor and Description |
|---|
ZipEntryInputSource(ZipFileInputSource zipFileInputSource,
ZipEntry zipEntry,
String relativePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getChild(String path) |
char |
getFileSeparatorChar() |
InputStream |
getInputStream() |
String |
getName()
The file name, i.e.
|
InputSource |
getParent() |
String |
getPath() |
String |
getRelativePath() |
boolean |
isDirectory() |
boolean |
isInSourcePath() |
List<InputSource> |
list() |
public ZipEntryInputSource(ZipFileInputSource zipFileInputSource, ZipEntry zipEntry, String relativePath)
public boolean isInSourcePath()
isInSourcePath in interface InputSourcepublic String getName()
InputSourcegetName in interface InputSourcepublic String getPath()
getPath in interface InputSourcepublic InputSource getParent()
getParent in interface InputSourcepublic InputStream getInputStream() throws IOException
getInputStream in interface InputSourceIOExceptionpublic boolean isDirectory()
isDirectory in interface InputSourcepublic List<InputSource> list()
list in interface InputSourcepublic InputSource getChild(String path)
getChild in interface InputSourcepublic String getRelativePath()
getRelativePath in interface InputSourcepublic void close()
throws IOException
close in interface InputSourceIOExceptionpublic char getFileSeparatorChar()
getFileSeparatorChar in interface InputSourceCopyright © 2002–2015 CoreMedia AG. All rights reserved.