W3cubDocs

/Haxe C#

StreamWriter

package cs.system.io

extends TextWriterMarshalByRefObject

Available on cs

Constructor

new (stream:Stream)

new (path:String, append:Bool, encoding:Encoding, bufferSize:Int)

new (path:String, append:Bool, encoding:Encoding)

new (path:String, append:Bool)

new (path:String)

new (stream:Stream, encoding:Encoding, bufferSize:Int)

new (stream:Stream, encoding:Encoding)

Variables

AutoFlush:Bool

read only BaseStream:Stream

Methods

Static variables

static read only Null:StreamWriter

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/io/StreamWriter.html