public class Getline
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Getline.Callback<Self,Return extends IRubyObject> |
Constructor and Description |
---|
Getline() |
Modifier and Type | Method and Description |
---|---|
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
Block block) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
int argc,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0,
Block block) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0,
IRubyObject arg1) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static <Self,Return extends IRubyObject> |
getlineCall(ThreadContext context,
Getline.Callback<Self,Return> getline,
Self self,
org.jcodings.Encoding enc_io,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, Block block)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, Block block)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, Block block)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)
public static <Self,Return extends IRubyObject> Return getlineCall(ThreadContext context, Getline.Callback<Self,Return> getline, Self self, org.jcodings.Encoding enc_io, int argc, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)
Copyright © 2001-2018 JRuby. All Rights Reserved.