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 /
GzipWriter /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
286
B
-rw-r--r--
2026-04-07 17:22
cdesc-GzipWriter.ri
1.72
KB
-rw-r--r--
2026-04-07 17:22
comment%3d-i.ri
334
B
-rw-r--r--
2026-04-07 17:22
flush-i.ri
552
B
-rw-r--r--
2026-04-07 17:22
mtime%3d-i.ri
1.02
KB
-rw-r--r--
2026-04-07 17:22
new-c.ri
853
B
-rw-r--r--
2026-04-07 17:22
open-c.ri
593
B
-rw-r--r--
2026-04-07 17:22
orig_name%3d-i.ri
344
B
-rw-r--r--
2026-04-07 17:22
pos-i.ri
330
B
-rw-r--r--
2026-04-07 17:22
print-i.ri
295
B
-rw-r--r--
2026-04-07 17:22
printf-i.ri
297
B
-rw-r--r--
2026-04-07 17:22
putc-i.ri
290
B
-rw-r--r--
2026-04-07 17:22
puts-i.ri
293
B
-rw-r--r--
2026-04-07 17:22
tell-i.ri
352
B
-rw-r--r--
2026-04-07 17:22
write-i.ri
295
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalClass[iI"GzipWriter:ETI"Zlib::GzipWriter;TI"Zlib::GzipFile;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"OZlib::GzipWriter is a class for writing gzipped files. GzipWriter should ;TI"8be used with an instance of IO, or IO-like, object.;To:RDoc::Markup::BlankLine o; ;[I"4Following two example generate the same result.;T@o:RDoc::Markup::Verbatim;[I".Zlib::GzipWriter.open('hoge.gz') do |gz| ;TI"5 gz.write 'jugemu jugemu gokou no surikire...' ;TI" end ;TI" ;TI"&File.open('hoge.gz', 'w') do |f| ;TI"$ gz = Zlib::GzipWriter.new(f) ;TI"5 gz.write 'jugemu jugemu gokou no surikire...' ;TI" gz.close ;TI" end ;T:@format0o; ;[I".To make like gzip(1) does, run following:;T@o;;[I"orig = 'hoge.txt' ;TI".Zlib::GzipWriter.open('hoge.gz') do |gz| ;TI"# gz.mtime = File.mtime(orig) ;TI" gz.orig_name = orig ;TI"! gz.write IO.binread(orig) ;TI" end ;T;0o; ;[ I"PNOTE: Due to the limitation of Ruby's finalizer, you must explicitly close ;TI"NGzipWriter objects by Zlib::GzipWriter#close etc. Otherwise, GzipWriter ;TI"Owill be not able to write the gzip footer and will generate a broken gzip ;TI" file.;T: @fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[[I"new;TI"ext/zlib/zlib.c;T[I" open;T@B[I" instance;T[[;[ [;[ [;[[I"<<;T@B[I" comment=;T@B[I" flush;T@B[I"mtime=;T@B[I"orig_name=;T@B[I"pos;T@B[I" print;T@B[I"printf;T@B[I" putc;T@B[I" puts;T@B[I" tell;T@B[I" write;T@B[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I"ext/zlib/zlib.c;TI" Zlib;TcRDoc::NormalModule