Function flush [src]

Prototype

pub fn flush(self: *Simple) !void

Parameters

self: *Simple

Source

pub fn flush(self: *Simple) !void { try self.flushBuffer(false); try self.block_writer.storedBlock("", false); try self.block_writer.flush(); }