Read() private method

private Read ( object>.ConversionStorage toHash, ConversionStorage fixnumCast, ConversionStorage toPath, RubyClass self, object path, [ optionsOrLength, [ optionsOrOffset, [ options ) : MutableString
toHash object>.ConversionStorage
fixnumCast ConversionStorage
toPath ConversionStorage
self RubyClass
path object
optionsOrLength [
optionsOrOffset [
options [
return MutableString
Example #1
0
 public static MutableString /*!*/ Read(RubyContext /*!*/ context, [DefaultProtocol] int bytes, [DefaultProtocol, Optional] MutableString buffer)
 {
     return(RubyIOOps.Read(context.InputProvider.GetOrResetCurrentStream(), bytes, buffer));
 }
Example #2
0
 public static MutableString /*!*/ Read(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Read(context.InputProvider.GetOrResetCurrentStream()));
 }