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 /
ruby31 /
share /
ri /
system /
IO /
Buffer /
Delete
Unzip
Name
Size
Permission
Date
Action
AccessError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
AllocationError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
InvalidatedError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
LockedError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
%3c%3d%3e-i.ri
402
B
-rw-r--r--
2025-04-28 21:06
cdesc-Buffer.ri
5.07
KB
-rw-r--r--
2025-04-28 21:06
clear-i.ri
1.27
KB
-rw-r--r--
2025-04-28 21:06
copy-i.ri
2.23
KB
-rw-r--r--
2025-04-28 21:06
empty%3f-i.ri
606
B
-rw-r--r--
2025-04-28 21:06
external%3f-i.ri
235
B
-rw-r--r--
2025-04-28 21:06
for-c.ri
1.53
KB
-rw-r--r--
2025-04-28 21:06
free-i.ri
1.24
KB
-rw-r--r--
2025-04-28 21:06
get_string-i.ri
719
B
-rw-r--r--
2025-04-28 21:06
get_value-i.ri
1.87
KB
-rw-r--r--
2025-04-28 21:06
hexdump-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
inspect-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
internal%3f-i.ri
879
B
-rw-r--r--
2025-04-28 21:06
locked%3f-i.ri
770
B
-rw-r--r--
2025-04-28 21:06
locked-i.ri
1.26
KB
-rw-r--r--
2025-04-28 21:06
map-c.ri
1.59
KB
-rw-r--r--
2025-04-28 21:06
mapped%3f-i.ri
761
B
-rw-r--r--
2025-04-28 21:06
new-c.ri
1.27
KB
-rw-r--r--
2025-04-28 21:06
null%3f-i.ri
378
B
-rw-r--r--
2025-04-28 21:06
pread-i.ri
237
B
-rw-r--r--
2025-04-28 21:06
pwrite-i.ri
239
B
-rw-r--r--
2025-04-28 21:06
read-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
readonly%3f-i.ri
235
B
-rw-r--r--
2025-04-28 21:06
resize-i.ri
972
B
-rw-r--r--
2025-04-28 21:06
set_string-i.ri
242
B
-rw-r--r--
2025-04-28 21:06
set_value-i.ri
1.23
KB
-rw-r--r--
2025-04-28 21:06
size-i.ri
439
B
-rw-r--r--
2025-04-28 21:06
slice-i.ri
1.53
KB
-rw-r--r--
2025-04-28 21:06
to_s-i.ri
582
B
-rw-r--r--
2025-04-28 21:06
transfer-i.ri
768
B
-rw-r--r--
2025-04-28 21:06
valid%3f-i.ri
473
B
-rw-r--r--
2025-04-28 21:06
write-i.ri
233
B
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI" copy:ETI"IO::Buffer#copy;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"EEfficiently copy data from a source IO::Buffer into the buffer, ;TI"Oat +offset+ using +memcpy+. For copying String instances, see #set_string.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"!buffer = IO::Buffer.new(32) ;TI"# => ;TI"4# #<IO::Buffer 0x0000555f5ca22520+32 INTERNAL> ;TI"T# 0x00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ ;TI"W# 0x00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ * ;TI" ;TI",buffer.copy(IO::Buffer.for("test"), 8) ;TI"## => 4 -- size of data copied ;TI"buffer ;TI"# => ;TI"4# #<IO::Buffer 0x0000555f5cf8fe40+32 INTERNAL> ;TI"T# 0x00000000 00 00 00 00 00 00 00 00 74 65 73 74 00 00 00 00 ........test.... ;TI"V# 0x00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ * ;T:@format0o; ; [I"G#copy can be used to put data into strings associated with buffer:;T@o;; [I"string= "data: " ;TI"# => "data: " ;TI""buffer = IO::Buffer.for(str) ;TI",buffer.copy(IO::Buffer.for("test"), 5) ;TI"# => 4 ;TI"string ;TI"# => "data:test" ;T; 0o; ; [I"7Attempt to copy into a read-only buffer will fail:;T@o;; [ I"$File.write('test.txt', 'test') ;TI"Rbuffer = IO::Buffer.map(File.open('test.txt'), nil, 0, IO::Buffer::READONLY) ;TI",buffer.copy(IO::Buffer.for("test"), 8) ;TI"D# in `copy': Buffer is not writable! (IO::Buffer::AccessError) ;T; 0o; ; [I"KSee ::map for details of creation of mutable file mappings, this will ;TI" work:;T@o;; [ I":buffer = IO::Buffer.map(File.open('test.txt', 'r+')) ;TI"buffer.copy("boom", 0) ;TI"# => 4 ;TI"File.read('test.txt') ;TI"# => "boom" ;T; 0o; ; [I"HAttempt to copy the data which will need place outside of buffer's ;TI"bounds will fail:;T@o;; [I" buffer = IO::Buffer.new(2) ;TI"buffer.copy('test', 0) ;TI"N# in `copy': Specified offset+length exceeds source size! (ArgumentError);T; 0: @fileI"io_buffer.c;T:0@omit_headings_from_table_of_contents_below0I"?copy(source, [offset, [length, [source_offset]]]) -> size ;T0[ I"(*args);T@HFI"Buffer;TcRDoc::NormalClass00