Class AFileRegular

  • All Implemented Interfaces:
    AFile

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

      • AFileRegular

        public AFileRegular​(SFile file)
    • 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