Flate::Reader
class Flate::Reader
Overview
A read-only IO
object to decompress data in the DEFLATE format.
Instances of this class wrap another IO object. When you read from this instance instance, it reads data from the underlying IO, decompresses it, and returns it to the caller.