Read() private méthode

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 [
Résultat MutableString
Exemple #1
0
 public static MutableString /*!*/ Read(RubyContext /*!*/ context, [DefaultProtocol] int bytes, [DefaultProtocol, Optional] MutableString buffer)
 {
     return(RubyIOOps.Read(context.InputProvider.GetOrResetCurrentStream(), bytes, buffer));
 }
Exemple #2
0
 public static MutableString /*!*/ Read(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Read(context.InputProvider.GetOrResetCurrentStream()));
 }