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();
} pub fn end(c: *Compress) !void c: *Compress pub fn end(c: *Compress) !void {
try endUnflushed(c);
const out = c.block_writer.output;
try out.flush();
}