Class RefdFile

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class RefdFile
    extends java.lang.Object
    implements java.io.Closeable
    A GFile along with a FileSystemRef to keep the filesystem pinned in memory.

    The caller is responsible for closing this object, which releases the FilesystemRef.

    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException