net.jangaroo.jooc.input
Class ZipEntryInputSource
java.lang.Object
net.jangaroo.jooc.input.ZipEntryInputSource
- All Implemented Interfaces:
- InputSource
public class ZipEntryInputSource
- extends Object
- implements InputSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipEntryInputSource
public ZipEntryInputSource(ZipFileInputSource zipFileInputSource,
ZipEntry zipEntry,
String relativePath)
getName
public String getName()
- Specified by:
getName in interface InputSource
getPath
public String getPath()
- Specified by:
getPath in interface InputSource
getParent
public InputSource getParent()
- Specified by:
getParent in interface InputSource
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream in interface InputSource
- Throws:
IOException
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory in interface InputSource
list
public List<InputSource> list()
- Specified by:
list in interface InputSource
getChild
public InputSource getChild(String path)
- Specified by:
getChild in interface InputSource
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePath in interface InputSource
close
public void close()
throws IOException
- Specified by:
close in interface InputSource
- Throws:
IOException
getFileSeparatorChar
public char getFileSeparatorChar()
- Specified by:
getFileSeparatorChar in interface InputSource
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.