IntBuffer

IntBuffer

package java-nio

extends Buffer

implements Comparable<IntBuffer>

Available on java

Methods

asReadOnlyBuffer ():IntBuffer

compact ():IntBuffer

compareTo (param1:Dynamic):Int

compareTo (param1:IntBuffer):Int

duplicate ():IntBuffer

equals (param1:Dynamic):Bool

get (param1:NativeArray<Int>):IntBuffer

get ():Int

get (param1:Int):Int

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

hashCode ():Int

order ():ByteOrder

put (param1:NativeArray<Int>):IntBuffer

put (param1:Int):IntBuffer

put (param1:Int, param2:Int):IntBuffer

put (param1:IntBuffer):IntBuffer

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

slice ():IntBuffer

toString ():String

Static methods

static allocate (param1:Int):IntBuffer

static wrap (param1:NativeArray<Int>):IntBuffer

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

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部