Package gw.fs

Interface IFile

    • Field Detail

      • EMPTY_ARRAY

        static final IFile[] EMPTY_ARRAY
    • Method Detail

      • openInputStream

        java.io.InputStream openInputStream()
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • openOutputStream

        java.io.OutputStream openOutputStream()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • openOutputStreamForAppend

        java.io.OutputStream openOutputStreamForAppend()
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getExtension

        java.lang.String getExtension()
      • getBaseName

        java.lang.String getBaseName()