package java.io
implements Appendable, Closeable, Flushable
extended by PrintWriter
Available on javaappend (param1:CharSequence):Writer
append (param1:Char16):Writer
append (param1:CharSequence, param2:Int, param3:Int):Writer
close ():Void
flush ():Void
write (param1:String, param2:Int, param3:Int):Void
write (param1:Int):Void
write (param1:NativeArray<Char16>):Void
write (param1:NativeArray<Char16>, param2:Int, param3:Int):Void
write (param1:String):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/io/Writer.html