W3cubDocs

/Haxe Java

CharBuffer

package java.nio

extends Buffer

implements Readable, CharSequence, Appendable, Comparable<CharBuffer>

Available on java

Static methods

staticallocate(param1:Int):CharBuffer

staticwrap(param1:CharSequence):CharBuffer

staticwrap(param1:NativeArray<Char16>, param2:Int, param3:Int):CharBuffer

staticwrap(param1:NativeArray<Char16>):CharBuffer

staticwrap(param1:CharSequence, param2:Int, param3:Int):CharBuffer

Methods

append(param1:CharSequence):CharBuffer

append(param1:Char16):CharBuffer

append(param1:CharSequence, param2:Int, param3:Int):CharBuffer

asReadOnlyBuffer():CharBuffer

finalcharAt(param1:Int):Char16

chars():IntStream

codePoints():IntStream

compact():CharBuffer

compareTo(param1:Dynamic):Int

compareTo(param1:CharBuffer):Int

duplicate():CharBuffer

equals(param1:Dynamic):Bool

get(param1:NativeArray<Char16>):CharBuffer

get():Char16

get(param1:Int):Char16

get(param1:NativeArray<Char16>, param2:Int, param3:Int):CharBuffer

hashCode():Int

finallength():Int

order():ByteOrder

finalput(param1:String):CharBuffer

put(param1:Char16):CharBuffer

put(param1:Int, param2:Char16):CharBuffer

put(param1:CharBuffer):CharBuffer

put(param1:NativeArray<Char16>, param2:Int, param3:Int):CharBuffer

finalput(param1:NativeArray<Char16>):CharBuffer

put(param1:String, param2:Int, param3:Int):CharBuffer

read(param1:CharBuffer):Int

slice():CharBuffer

subSequence(param1:Int, param2:Int):CharBuffer

toString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/CharBuffer.html