Class AFileZipEntry

  • All Implemented Interfaces:
    AFile

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

      • AFileZipEntry

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

      • 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
      • getSystemFolder

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