Interface FileLimitStrategy

    • Method Detail

      • start

        void start()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • stop

        void stop()
           throws java.io.IOException
        Throws:
        java.io.IOException
      • putBytes

        void putBytes​(long bytes)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • readWith

        void readWith​(RandomAccessFileHandler consumer)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • getFileChannel

        java.nio.channels.FileChannel getFileChannel()