org.outerj.daisy.tools.importexport.import_.fs
Interface ImportFileEntry
public interface ImportFileEntry
getName
String getName()
getPath
String getPath()
isDirectory
boolean isDirectory()
getSize
long getSize()
getChildren
ImportFileEntry[] getChildren()
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
hasChild
boolean hasChild(String name)
getChild
ImportFileEntry getChild(String name)
throws ImportFileNotFoundException
- Throws:
ImportFileNotFoundException
getParent
ImportFileEntry getParent()
- Returns null when at the root.