public interface InputSource
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getChild(String path) |
List<InputSource> |
getChildren(String path) |
char |
getFileSeparatorChar() |
InputStream |
getInputStream() |
String |
getName()
The file name, i.e.
|
InputSource |
getParent() |
String |
getPath() |
String |
getRelativePath() |
boolean |
isDirectory() |
boolean |
isInSourcePath() |
List<? extends InputSource> |
list() |
String getName()
String getPath()
String getRelativePath()
boolean isDirectory()
List<? extends InputSource> list()
InputSource getChild(String path)
List<InputSource> getChildren(String path)
InputStream getInputStream() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionchar getFileSeparatorChar()
InputSource getParent()
boolean isInSourcePath()
Copyright © 2002–2020 CoreMedia AG. All rights reserved.