Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
Zlib /
Inflate /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
280
B
-rw-r--r--
2026-04-07 17:22
add_dictionary-i.ri
589
B
-rw-r--r--
2026-04-07 17:22
cdesc-Inflate.ri
787
B
-rw-r--r--
2026-04-07 17:22
inflate-c.ri
801
B
-rw-r--r--
2026-04-07 17:22
inflate-i.ri
2.12
KB
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.89
KB
-rw-r--r--
2026-04-07 17:22
set_dictionary-i.ri
454
B
-rw-r--r--
2026-04-07 17:22
sync-i.ri
599
B
-rw-r--r--
2026-04-07 17:22
sync_point%3f-i.ri
443
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"inflate:ETI"Zlib::Inflate#inflate;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"QInputs +deflate_string+ into the inflate stream and returns the output from ;TI"Othe stream. Calling this method, both the input and the output buffer of ;TI"Kthe stream are flushed. If string is +nil+, this method finishes the ;TI",stream, just like Zlib::ZStream#finish.;To:RDoc::Markup::BlankLine o; ; [I"OIf a block is given consecutive inflated chunks from the +deflate_string+ ;TI"4are yielded to the block and +nil+ is returned.;T@o; ; [I"8If a :buffer keyword argument is given and not nil:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"QThe :buffer keyword should be a String, and will used as the output buffer. ;TI"FUsing this option can reuse the memory required during inflation.;To;;0; [o; ; [I"OWhen not passing a block, the return value will be the same object as the ;TI":buffer keyword argument.;To;;0; [o; ; [I"LWhen passing a block, the yielded chunks will be the same value as the ;TI":buffer keyword argument.;T@o; ; [I"KRaises a Zlib::NeedDict exception if a preset dictionary is needed to ;TI"Ndecompress. Set the dictionary by Zlib::Inflate#set_dictionary and then ;TI"Ecall this method again with an empty string to flush the stream:;T@o:RDoc::Markup::Verbatim; [I""inflater = Zlib::Inflate.new ;TI" ;TI"begin ;TI") out = inflater.inflate compressed ;TI"rescue Zlib::NeedDict ;TI"H # ensure the dictionary matches the stream's required dictionary ;TI"? raise unless inflater.adler == Zlib.adler32(dictionary) ;TI" ;TI"* inflater.set_dictionary dictionary ;TI" inflater.inflate '' ;TI" end ;TI" ;TI"# ... ;TI" ;TI"inflater.close ;T:@format0o; ; [I"See also Zlib::Inflate.new;T: @fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0I"{inflate(deflate_string, buffer: nil) -> String inflate(deflate_string, buffer: nil) { |chunk| ... } -> nil ;T0[ I" (p1);T@FFI"Inflate;TcRDoc::NormalClass00