public static void PrintFormatted( StringFormatterSiteStorage /*!*/ storage, ConversionStorage <MutableString> /*!*/ stringCast, BinaryOpStorage /*!*/ writeStorage, StringIO /*!*/ self, [DefaultProtocol, NotNull] MutableString /*!*/ format, params object[] /*!*/ args) { PrintOps.PrintFormatted(storage, stringCast, writeStorage, self, format, args); }
public static void Puts(BinaryOpStorage /*!*/ writeStorage, ConversionStorage <MutableString> /*!*/ tosConversion, ConversionStorage <IList> /*!*/ tryToAry, object self, params object[] /*!*/ vals) { PrintOps.Puts(writeStorage, tosConversion, tryToAry, self, vals); }
public static void Puts(BinaryOpStorage /*!*/ writeStorage, object self, [NotNull] MutableString /*!*/ str) { PrintOps.Puts(writeStorage, self, str); }
public static void PutsEmptyLine(BinaryOpStorage /*!*/ writeStorage, object self) { PrintOps.PutsEmptyLine(writeStorage, self); }
public static int Putc(BinaryOpStorage /*!*/ writeStorage, object self, [DefaultProtocol] int c) { return(PrintOps.Putc(writeStorage, self, c)); }
public static MutableString /*!*/ Putc(BinaryOpStorage /*!*/ writeStorage, object self, [NotNull] MutableString /*!*/ val) { return(PrintOps.Putc(writeStorage, self, val)); }
public static object /*!*/ Output(BinaryOpStorage /*!*/ writeStorage, object /*!*/ self, object value) { return(PrintOps.Output(writeStorage, self, value)); }