Interface FMFileAccess.FileAccessor

    • Method Detail

      • getChannel

        java.nio.channels.FileChannel getChannel()
      • getLength

        long getLength()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • setLength

        void setLength​(long len)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • getPosition

        long getPosition()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • setPosition

        void setPosition​(long pos)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        void write​(int b)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException