All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
argf_close(ThreadContext context,
IRubyObject file) |
private static IRubyObject |
argf_getline(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
binmode(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
bytes(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
chars(ThreadContext context,
IRubyObject recv,
Block block) |
static IRubyObject |
close(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
closed_p(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
each_byte(ThreadContext context,
IRubyObject recv,
Block block) |
static IRubyObject |
each_byte(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
each_char(ThreadContext context,
IRubyObject recv,
Block block) |
static IRubyObject |
each_charCommon(ThreadContext context,
IRubyObject recv,
Block block) |
static IRubyObject |
each_line(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block)
Invoke a block for each line.
|
static IRubyObject |
each_line19(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
each19(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
eof_p(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
eof(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
external_encoding(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
file(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
filename(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
fileno(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
getbyte(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
getc(ThreadContext context,
IRubyObject recv) |
private static RubyArgsFile.ArgsFileData |
getData(ThreadContext context,
IRubyObject recv,
java.lang.String errorMessage) |
private static IRubyObject |
getPartial(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
boolean nonBlocking) |
static IRubyObject |
gets(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
Read a line.
|
static void |
initArgsFile(Ruby runtime) |
static IRubyObject |
internal_encoding(ThreadContext context,
IRubyObject recv) |
private static boolean |
isClosed(ThreadContext context,
IRubyObject currentFile) |
static IRubyObject |
lineno_set(ThreadContext context,
IRubyObject recv,
IRubyObject line) |
static IRubyObject |
lineno(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
lines(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
op_binmode(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
read_nonblock(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
read(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
readbyte(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
readchar(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
readline(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
Read a line.
|
static IRubyObject |
readlines(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
readpartial(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
rewind(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
seek(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
set_encoding(ThreadContext context,
IRubyObject recv,
IRubyObject encoding) |
static IRubyObject |
set_encoding(ThreadContext context,
IRubyObject recv,
IRubyObject encoding,
IRubyObject internalEncoding) |
static IRubyObject |
set_encoding(ThreadContext context,
IRubyObject recv,
IRubyObject encoding,
IRubyObject internalEncoding,
IRubyObject options) |
static IRubyObject |
set_pos(ThreadContext context,
IRubyObject recv,
IRubyObject offset) |
static void |
setCurrentLineNumber(IRubyObject recv,
int newLineNumber) |
static IRubyObject |
skip(IRubyObject recv) |
static IRubyObject |
tell(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
to_a(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
to_io(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
to_s(IRubyObject recv) |