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