ShortBuffer

ShortBuffer

package java-nio

extends Buffer

implements Comparable<ShortBuffer>

Available on java

Methods

asReadOnlyBuffer ():ShortBuffer

compact ():ShortBuffer

compareTo (param1:Dynamic):Int

compareTo (param1:ShortBuffer):Int

duplicate ():ShortBuffer

equals (param1:Dynamic):Bool

get (param1:NativeArray<Int16>):ShortBuffer

get ():Int16

get (param1:Int):Int16

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

hashCode ():Int

order ():ByteOrder

put (param1:NativeArray<Int16>):ShortBuffer

put (param1:Int16):ShortBuffer

put (param1:Int, param2:Int16):ShortBuffer

put (param1:ShortBuffer):ShortBuffer

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

slice ():ShortBuffer

toString ():String

Static methods

static allocate (param1:Int):ShortBuffer

static wrap (param1:NativeArray<Int16>):ShortBuffer

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

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部