Implements decompression of a RFC-1951 compatible stream.
Appends data to the input stream
Finishes inflating and flushes the buffer
f = File.open "example.z" i = Inflate.new i.inflate f.read
Sets the inflate dictionary
[Validate]