FLEncoder_Finish

Function FLEncoder_Finish 

Source
pub unsafe extern "C" fn FLEncoder_Finish(
    arg1: FLEncoder,
    outError: *mut FLError,
) -> FLSliceResult
Expand description

Ends encoding; if there has been no error, it returns the encoded data, else null. This does not free the FLEncoder; call FLEncoder_Free (or FLEncoder_Reset) next.