[][src]Function compu_brotli_sys::BrotliDecoderIsFinished

pub unsafe extern "C" fn BrotliDecoderIsFinished(
    state: *const BrotliDecoderState
) -> c_int

Checks if decoder instance reached the final state.

@param state decoder instance @returns ::BROTLI_TRUE if decoder is in a state where it reached the end of the input and produced all of the output @returns ::BROTLI_FALSE otherwise