C# Class IronRuby.Builtins.ArgFilesSingletonOps

Datei anzeigen Open project: IronLanguages/main

Private Methods

Method Description
BinMode ( RubyContext context, object self ) : object
Close ( RubyContext context, object self ) : object
Closed ( RubyContext context, object self ) : bool
Each ( RubyContext context, BlockParam block, object self ) : object
Each ( RubyContext context, BlockParam block, object self, Microsoft.Scripting.Runtime.DynamicNull separator ) : object
Each ( RubyContext context, BlockParam block, object self, [ separator, [ limit ) : object
Each ( RubyContext context, BlockParam block, object self, int>.[ separatorOrLimit ) : object
EachByte ( RubyContext context, BlockParam block, object self ) : object
EoF ( RubyContext context, object self ) : bool
FileNo ( RubyContext context, object self ) : int
GetCurrentFileName ( RubyContext context, object self ) : MutableString
GetLineNumber ( RubyContext context, object self ) : int
Getc ( RubyContext context, object self ) : object
Gets ( IronRuby.Runtime.RubyScope scope, object self ) : MutableString
Gets ( IronRuby.Runtime.RubyScope scope, object self, Microsoft.Scripting.Runtime.DynamicNull separator ) : MutableString
Gets ( IronRuby.Runtime.RubyScope scope, object self, [ separator, [ limit ) : MutableString
Gets ( IronRuby.Runtime.RubyScope scope, object self, int>.[ separatorOrLimit ) : MutableString
Pos ( RubyContext context, object self ) : object
Pos ( RubyContext context, object self, [ pos ) : void
Read ( RubyContext context, Microsoft.Scripting.Runtime.DynamicNull bytes, [ buffer ) : MutableString
Read ( RubyContext context, [ bytes, [ buffer ) : MutableString
Read ( RubyContext context, object self ) : MutableString
ReadChar ( RubyContext context, object self ) : int
ReadLine ( IronRuby.Runtime.RubyScope scope, object self ) : MutableString
ReadLine ( IronRuby.Runtime.RubyScope scope, object self, Microsoft.Scripting.Runtime.DynamicNull separator ) : MutableString
ReadLine ( IronRuby.Runtime.RubyScope scope, object self, [ separator, [ limit ) : MutableString
ReadLine ( IronRuby.Runtime.RubyScope scope, object self, int>.[ separatorOrLimit ) : MutableString
ReadLines ( RubyContext context, object self ) : RubyArray
ReadLines ( RubyContext context, object self, Microsoft.Scripting.Runtime.DynamicNull separator ) : RubyArray
ReadLines ( RubyContext context, object self, [ separator, [ limit ) : RubyArray
ReadLines ( RubyContext context, object self, int>.[ separatorOrLimit ) : RubyArray
Rewind ( RubyContext context, object self ) : void
Seek ( RubyContext context, object self, [ pos, [ seekOrigin ) : int
SetEncoding ( object>.ConversionStorage toHash, ConversionStorage toStr, RubyObject self, object external, [ @internal, object>.[ options ) : void
SetLineNumber ( RubyContext context, object self, [ value ) : void
Skip ( RubyContext context, object self ) : void
TOA ( RubyContext context, object self ) : RubyArray
ToIO ( RubyContext context, object self ) : RubyIO
ToS ( RubyContext context, object self ) : MutableString