Package net.sourceforge.plantuml.file
Interface AFile
-
- All Known Implementing Classes:
AFileRegular,AFileZipEntry
public interface AFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AParentFoldergetParentFile()SFilegetSystemFolder()SFilegetUnderlyingFile()booleanisOk()java.io.InputStreamopenFile()
-
-
-
Method Detail
-
openFile
java.io.InputStream openFile()
-
isOk
boolean isOk()
-
getParentFile
AParentFolder getParentFile()
-
getUnderlyingFile
SFile getUnderlyingFile()
-
getSystemFolder
SFile getSystemFolder() throws java.io.IOException
- Throws:
java.io.IOException
-
-