Class AFileZipEntry

  • All Implemented Interfaces:
    AFile

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

      • AFileZipEntry

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

      • toString

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

        public java.io.InputStream open()
                                 throws java.io.IOException
        Specified by:
        open in interface AFile
        Throws:
        java.io.IOException
      • 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
      • getAbsolutePath

        public java.lang.String getAbsolutePath()
        Specified by:
        getAbsolutePath in interface AFile
      • getUnderlyingFile

        public java.io.File getUnderlyingFile()
        Specified by:
        getUnderlyingFile in interface AFile