fn read(self: *Self, output: []u8) Error!usize
Reads compressed data from the underlying reader and outputs uncompressed data into output.
output
self: *Self,
output: []u8,