Module
Buffering
In:
lib/openssl/buffering.rb
Methods
<<
close
each
each_byte
each_line
eof
eof?
flush
getc
gets
new
print
printf
puts
read
readchar
readline
readlines
readpartial
ungetc
write
Included Modules
Enumerable
Constants
BLOCK_SIZE
=
1024*16
Attributes
sync
[RW]
Public Class methods
new
(*args)
Public Instance methods
<<
(s)
close
()
each
(eol=$/) {|line| ...}
each_byte
() {|c| ...}
each_line
(eol=$/)
Alias for
each
eof
()
Alias for
eof
?
eof?
()
flush
()
getc
()
gets
(eol=$/)
print
(*args)
printf
(s, *args)
puts
(*args)
read
(size=nil, buf=nil)
readchar
()
readline
(eol=$/)
readlines
(eol=$/)
readpartial
(maxlen, buf=nil)
ungetc
(c)
write
(s)
[Validate]