net.jangaroo.jooc.input
Interface InputSource
- All Known Implementing Classes:
- DirectoryInputSource, FileInputSource, PathInputSource, ZipEntryInputSource, ZipFileInputSource
public interface InputSource
getName
java.lang.String getName()
getPath
java.lang.String getPath()
getRelativePath
java.lang.String getRelativePath()
isDirectory
boolean isDirectory()
list
java.util.List<InputSource> list()
getChild
InputSource getChild(java.lang.String path)
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
getFileSeparatorChar
char getFileSeparatorChar()
getParent
InputSource getParent()
Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.