Use sys.io.File.write to create a FileOutput.

Methods

Inherited Variables

Inherited Methods

Defined by Output

writeFullBytes(s:Bytes, pos:Int, len:Int):Void

Write len bytes from s starting by position specified by pos.

Unlike writeBytes, this method tries to write the exact len amount of bytes.

@:has_untypedwriteString(s:String, ?encoding:Encoding):Void

Write s string.