Package net.sourceforge.plantuml
Class AFileZipEntry
- java.lang.Object
-
- net.sourceforge.plantuml.AFileZipEntry
-
-
Constructor Summary
Constructors Constructor Description AFileZipEntry(SFile file, String entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AParentFolder
getParentFile()
SFile
getSystemFolder()
SFile
getUnderlyingFile()
int
hashCode()
boolean
isOk()
InputStream
openFile()
String
toString()
-
-
-
Method Detail
-
openFile
public InputStream openFile()
-
getParentFile
public AParentFolder getParentFile()
- Specified by:
getParentFile
in interfaceAFile
-
getUnderlyingFile
public SFile getUnderlyingFile()
- Specified by:
getUnderlyingFile
in interfaceAFile
-
getSystemFolder
public SFile getSystemFolder() throws IOException
- Specified by:
getSystemFolder
in interfaceAFile
- Throws:
IOException
-
-