Class PhysicalFileImpl

    • 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