Interface LZ77Compressor.Callback

    • Method Detail

      • accept

        void accept​(LZ77Compressor.Block b)
             throws java.io.IOException
        Consumes a block.
        Parameters:
        b - the block to consume
        Throws:
        java.io.IOException - in case of an error