I/O operations
# File lib/rex/post/io.rb, line 39 def binmode raise NotImplementedError end
# File lib/rex/post/io.rb, line 43 def close raise NotImplementedError end
# File lib/rex/post/io.rb, line 47 def close_read raise NotImplementedError end
# File lib/rex/post/io.rb, line 51 def close_write raise NotImplementedError end
# File lib/rex/post/io.rb, line 25 def closed? raise NotImplementedError end
# File lib/rex/post/io.rb, line 55 def each(sep = $/, &block) raise NotImplementedError end
# File lib/rex/post/io.rb, line 63 def each_byte(&block) raise NotImplementedError end
# File lib/rex/post/io.rb, line 59 def each_line(sep = $/, &block) raise NotImplementedError end
# File lib/rex/post/io.rb, line 67 def eof raise NotImplementedError end
Conditionals
# File lib/rex/post/io.rb, line 21 def eof? return eof end
# File lib/rex/post/io.rb, line 71 def fcntl(cmd, arg) raise NotImplementedError end
# File lib/rex/post/io.rb, line 75 def flush raise NotImplementedError end
# File lib/rex/post/io.rb, line 79 def fsync raise NotImplementedError end
# File lib/rex/post/io.rb, line 83 def getc raise NotImplementedError end
# File lib/rex/post/io.rb, line 87 def gets(sep = $/) raise NotImplementedError end
# File lib/rex/post/io.rb, line 91 def ioctl(cmd, arg) raise NotImplementedError end
# File lib/rex/post/io.rb, line 95 def isatty raise NotImplementedError end
# File lib/rex/post/io.rb, line 99 def lineno raise NotImplementedError end
# File lib/rex/post/io.rb, line 103 def pos raise NotImplementedError end
# File lib/rex/post/io.rb, line 107 def print raise NotImplementedError end
# File lib/rex/post/io.rb, line 111 def printf(fmt, *args) raise NotImplementedError end
# File lib/rex/post/io.rb, line 115 def putc(obj) raise NotImplementedError end
# File lib/rex/post/io.rb, line 119 def puts(obj) raise NotImplementedError end
# File lib/rex/post/io.rb, line 123 def read(length = nil, buffer = nil) raise NotImplementedError end
# File lib/rex/post/io.rb, line 127 def readchar raise NotImplementedError end
# File lib/rex/post/io.rb, line 131 def readline(sep = $/) raise NotImplementedError end
# File lib/rex/post/io.rb, line 135 def readlines(sep = $/) raise NotImplementedError end
# File lib/rex/post/io.rb, line 139 def rewind raise NotImplementedError end
# File lib/rex/post/io.rb, line 143 def seek(offset, whence = SEEK_SET) raise NotImplementedError end
# File lib/rex/post/io.rb, line 147 def stat raise NotImplementedError end
# File lib/rex/post/io.rb, line 151 def sync raise NotImplementedError end
# File lib/rex/post/io.rb, line 155 def sysread(length) raise NotImplementedError end
# File lib/rex/post/io.rb, line 159 def sysseek(offset, whence = SEEK_SET) raise NotImplementedError end
# File lib/rex/post/io.rb, line 163 def syswrite(buf) raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.