class java.nio.CharBuffer extends Buffer implements Readable implements CharSequence implements Appendable implements Comparable<CharBuffer>

Available on java

Class Fields

static function allocate(param1:Int):CharBuffer

static function wrap(param1:NativeArray<Char16>, param2:Int, param3:Int):CharBuffer

static function wrap(param1:CharSequence):CharBuffer

static function wrap(param1:CharSequence, param2:Int, param3:Int):CharBuffer

static function wrap(param1:NativeArray<Char16>):CharBuffer

Instance Fields

function append(param1:CharSequence):CharBuffer

function append(param1:Char16):CharBuffer

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

function arrayOffset():Int

function charAt(param1:Int):Char16

function compact():CharBuffer

function compareTo(param1:CharBuffer):Int

function compareTo(param1:Dynamic):Int

function equals(param1:Dynamic):Bool

function get():Char16

function get(param1:NativeArray<Char16>):CharBuffer

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

function get(param1:Int):Char16

function hasArray():Bool

function hashCode():Int

function isDirect():Bool

function length():Int

function order():ByteOrder

function put(param1:Char16):CharBuffer

function put(param1:String):CharBuffer

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

function put(param1:NativeArray<Char16>):CharBuffer

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

function put(param1:CharBuffer):CharBuffer

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

function read(param1:CharBuffer):Int

function slice():CharBuffer

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

function toString():String