Class AFileZipEntry

java.lang.Object
net.sourceforge.plantuml.AFileZipEntry
All Implemented Interfaces:
AFile

public class AFileZipEntry extends java.lang.Object implements AFile
  • Constructor Details

    • AFileZipEntry

      public AFileZipEntry(SFile file, java.lang.String entry)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • openFile

      public java.io.InputStream openFile()
      Specified by:
      openFile in interface AFile
    • isOk

      public boolean isOk()
      Specified by:
      isOk in interface AFile
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • getParentFile

      public AParentFolder getParentFile()
      Specified by:
      getParentFile in interface AFile
    • getUnderlyingFile

      public SFile getUnderlyingFile()
      Specified by:
      getUnderlyingFile in interface AFile
    • getSystemFolder

      public SFile getSystemFolder() throws java.io.IOException
      Specified by:
      getSystemFolder in interface AFile
      Throws:
      java.io.IOException