Package net.sourceforge.plantuml.file
Interface AFile
- All Known Implementing Classes:
AFileRegular
,AFileZipEntry
public interface AFile
-
Method Details
-
openFile
InputStream openFile() -
isOk
boolean isOk() -
getParentFile
AParentFolder getParentFile() -
getUnderlyingFile
SFile getUnderlyingFile() -
getSystemFolder
- Throws:
IOException
-