net.jangaroo.jooc.input
Interface InputSource
- All Known Implementing Classes:
- DirectoryInputSource, FileInputSource, PathInputSource, ZipEntryInputSource, ZipFileInputSource
public interface InputSource
getName
String getName()
- The file name, i.e. test.as
- Returns:
- the file name
getPath
String getPath()
getRelativePath
String getRelativePath()
isDirectory
boolean isDirectory()
list
List<? extends InputSource> list()
getChild
InputSource getChild(String path)
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
getFileSeparatorChar
char getFileSeparatorChar()
getParent
InputSource getParent()
isInSourcePath
boolean isInSourcePath()
Copyright © 2002–2014 CoreMedia AG. All rights reserved.