Class DiskDataStorage.FileStorageReference

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file  
      private java.nio.channels.FileChannel fileChannel  
      private java.io.RandomAccessFile randomAccessFile  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      • Methods inherited from class java.lang.ref.PhantomReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • file

        private java.io.File file
      • randomAccessFile

        private java.io.RandomAccessFile randomAccessFile
      • fileChannel

        private java.nio.channels.FileChannel fileChannel
    • Method Detail

      • dispose

        public void dispose()