package cs.system.io
extends MarshalByRefObject
implements IDisposable
extended by StreamWriter, TextWriter_NullTextWriter
Available on csread only Encoding:Encoding
read only FormatProvider:IFormatProvider
NewLine:String
Close ():Void
Flush ():Void
Write (value:Bool):Void
Write (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Void
Write (format:String, arg0:Dynamic, arg1:Dynamic):Void
Write (buffer:NativeArray<Char16>, index:Int, count:Int):Void
Write (format:String, arg:NativeArray<Dynamic>):Void
Write (format:String, arg0:Dynamic):Void
Write (value:UInt64):Void
Write (value:UInt):Void
Write (value:String):Void
Write (value:Single):Void
Write (value:Dynamic):Void
Write (value:Int64):Void
Write (value:Int):Void
Write (value:Float):Void
Write (value:Decimal):Void
Write (buffer:NativeArray<Char16>):Void
Write (value:Char16):Void
WriteLine ():Void
WriteLine (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Void
WriteLine (format:String, arg0:Dynamic, arg1:Dynamic):Void
WriteLine (buffer:NativeArray<Char16>, index:Int, count:Int):Void
WriteLine (format:String, arg:NativeArray<Dynamic>):Void
WriteLine (format:String, arg0:Dynamic):Void
WriteLine (value:UInt64):Void
WriteLine (value:UInt):Void
WriteLine (value:String):Void
WriteLine (value:Single):Void
WriteLine (value:Dynamic):Void
WriteLine (value:Int64):Void
WriteLine (value:Int):Void
WriteLine (value:Float):Void
WriteLine (value:Decimal):Void
WriteLine (buffer:NativeArray<Char16>):Void
WriteLine (value:Char16):Void
WriteLine (value:Bool):Void
static read only Null:TextWriter
static Synchronized (writer:TextWriter):TextWriter
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/TextWriter.html