fn read(self: *Self, output: []u8) Error!usize

Reads compressed data from the underlying reader and outputs uncompressed data into output.

Parameters

self: *Self,
output: []u8,