public abstract class DirectoryInputSource extends Object implements InputSource
| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryInputSource(boolean inSourcePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
InputSource |
getParent() |
boolean |
isDirectory() |
boolean |
isInSourcePath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChild, getChildren, getFileSeparatorChar, getName, getPath, getRelativePath, listpublic InputStream getInputStream() throws IOException
getInputStream in interface InputSourceIOExceptionpublic boolean isInSourcePath()
isInSourcePath in interface InputSourcepublic void close()
throws IOException
close in interface InputSourceIOExceptionpublic boolean isDirectory()
isDirectory in interface InputSourcepublic InputSource getParent()
getParent in interface InputSourceCopyright © 2002–2020 CoreMedia AG. All rights reserved.