net.jangaroo.jooc.input
Class DirectoryInputSource
java.lang.Object
net.jangaroo.jooc.input.DirectoryInputSource
- All Implemented Interfaces:
- InputSource
- Direct Known Subclasses:
- FileInputSource, PathInputSource, ZipFileInputSource
public abstract class DirectoryInputSource
- extends Object
- implements InputSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryInputSource
protected DirectoryInputSource()
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream in interface InputSource
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface InputSource
- Throws:
IOException
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory in interface InputSource
getParent
public InputSource getParent()
- Specified by:
getParent in interface InputSource
Copyright © 2002–2014 CoreMedia AG. All rights reserved.