Zlib::Inflate

class Zlib::Inflate

Parent:
Zlib::ZStream

Zlib:Inflate is the class for decompressing compressed data. Unlike Zlib::Deflate, an instance of this class is not able to duplicate (clone, dup) itself.

Public Class Methods

inflate(string) Show source
Zlib::Inflate.inflate(string)

Decompresses string登录查看完整内容