W3cubDocs

/Haxe Java

Appendable

package java.lang

implemented by PrintStream, Writer, AbstractStringBuilder, CharBuffer

@:abstract@:libType@:javaNative@:native("java.lang.Appendable")@:javaCanonical("java.lang","Appendable") Available on java

Methods

@:overload @:throws("java.io.IOException") append (param1:Char16):Appendable

@:overload @:throws("java.io.IOException") append (param1:CharSequence):Appendable

@:overload @:throws("java.io.IOException") append (param1:CharSequence, param2:Int, param3:Int):Appendable

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/Appendable.html