Interface FreespaceFiller


  • public interface FreespaceFiller
    Callback hook for overwriting freed space in the database file.
    • Method Detail

      • fill

        void fill​(BlockAwareBinWindow io)
           throws java.io.IOException
        Called to overwrite freed space in the database file.
        Parameters:
        io - Handle for the freed slot
        Throws:
        java.io.IOException