Server IP : 66.29.132.122 / Your IP : 3.142.136.229 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/ruby18/share/ri/1.8/system/Zlib/VersionError/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: The Zlib module contains several classes for compressing and decompressing streams, and for working with "gzip" files. - !ruby/struct:SM::Flow::H level: 2 text: Classes - !ruby/struct:SM::Flow::P body: "Following are the classes that are most likely to be of interest to the user: Zlib::Inflate Zlib::Deflate Zlib::GzipReader Zlib::GzipWriter" - !ruby/struct:SM::Flow::P body: "There are two important base classes for the classes above: Zlib::ZStream and Zlib::GzipFile. Everything else is an error class." - !ruby/struct:SM::Flow::H level: 2 text: Constants - !ruby/struct:SM::Flow::P body: Here's a list. - !ruby/struct:SM::Flow::VERB body: " Zlib::VERSION\n The Ruby/zlib version string.\n\n Zlib::ZLIB_VERSION\n The string which represents the version of zlib.h.\n\n Zlib::BINARY\n Zlib::ASCII\n Zlib::UNKNOWN\n The integers representing data types which Zlib::ZStream#data_type\n method returns.\n\n Zlib::NO_COMPRESSION\n Zlib::BEST_SPEED\n Zlib::BEST_COMPRESSION\n Zlib::DEFAULT_COMPRESSION\n The integers representing compression levels which are an argument\n for Zlib::Deflate.new, Zlib::Deflate#deflate, and so on.\n\n Zlib::FILTERED\n Zlib::HUFFMAN_ONLY\n Zlib::DEFAULT_STRATEGY\n The integers representing compression methods which are an argument\n for Zlib::Deflate.new and Zlib::Deflate#params.\n\n Zlib::DEF_MEM_LEVEL\n Zlib::MAX_MEM_LEVEL\n The integers representing memory levels which are an argument for\n Zlib::Deflate.new, Zlib::Deflate#params, and so on.\n\n Zlib::MAX_WBITS\n The default value of windowBits which is an argument for\n Zlib::Deflate.new and Zlib::Inflate.new.\n\n Zlib::NO_FLUSH\n Zlib::SYNC_FLUSH\n Zlib::FULL_FLUSH\n Zlib::FINISH\n The integers to control the output of the deflate stream, which are\n an argument for Zlib::Deflate#deflate and so on.\n\n Zlib::OS_CODE\n Zlib::OS_MSDOS\n Zlib::OS_AMIGA\n Zlib::OS_VMS\n Zlib::OS_UNIX\n Zlib::OS_VMCMS\n Zlib::OS_ATARI\n Zlib::OS_OS2\n Zlib::OS_MACOS\n Zlib::OS_ZSYSTEM\n Zlib::OS_CPM\n Zlib::OS_TOPS20\n Zlib::OS_WIN32\n Zlib::OS_QDOS\n Zlib::OS_RISCOS\n Zlib::OS_UNKNOWN\n The return values of Zlib::GzipFile#os_code method.\n" constants: [] full_name: Zlib::VersionError includes: [] instance_methods: [] name: VersionError superclass: Zlib::Error