Function end [src]

Prototype

pub fn end(c: *Compress) !void

Parameters

c: *Compress

Source

pub fn end(c: *Compress) !void { try endUnflushed(c); const out = c.block_writer.output; try out.flush(); }