Class MappedBufferWrapper

    • Field Detail

      • myFile

        protected final File myFile
      • myPosition

        protected final long myPosition
      • myLength

        protected final long myLength
    • Constructor Detail

      • MappedBufferWrapper

        public MappedBufferWrapper​(File file,
                                   long pos,
                                   long length)
    • Method Detail

      • unmap

        public final void unmap()
      • clean

        public static boolean clean​(ByteBuffer buffer)
      • tryForce

        public static boolean tryForce​(ByteBuffer buffer)
      • isMapped

        public boolean isMapped()
      • flush

        public void flush()
      • dispose

        public void dispose()