CharBuffer

CharBuffer

package java-nio

extends Buffer

implements Readable, CharSequence, Appendable, Comparable<CharBuffer>

Available on java

Methods

append (param1:CharSequence):CharBuffer

append (param1:Char16):CharBuffer

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

asReadOnlyBuffer ():CharBuffer

charAt (param1:Int):Char16

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

length ():Int

order ():ByteOrder

put (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

put (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

Static methods

static allocate (param1:Int):CharBuffer

static wrap (param1:CharSequence):CharBuffer

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

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

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

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部