Class JavaFileImpl

    • Constructor Detail

      • JavaFileImpl

        public JavaFileImpl​(java.io.File file)
    • Method Detail

      • openInputStream

        public java.io.InputStream openInputStream()
                                            throws java.io.IOException
        Specified by:
        openInputStream in interface IFile
        Throws:
        java.io.IOException
      • openOutputStream

        public java.io.OutputStream openOutputStream()
                                              throws java.io.IOException
        Specified by:
        openOutputStream in interface IFile
        Throws:
        java.io.IOException
      • openOutputStreamForAppend

        public java.io.OutputStream openOutputStreamForAppend()
                                                       throws java.io.IOException
        Specified by:
        openOutputStreamForAppend in interface IFile
        Throws:
        java.io.IOException
      • getExtension

        public java.lang.String getExtension()
        Specified by:
        getExtension in interface IFile
      • getBaseName

        public java.lang.String getBaseName()
        Specified by:
        getBaseName in interface IFile
      • exists

        public boolean exists()
        Description copied from interface: IResource
        Indicates whether this resource exists.
        Specified by:
        exists in interface IResource
        Returns:
        true if the resource exists