W3cubDocs

/Haxe Java

LongBuffer

package java.nio

extends Buffer

implements Comparable<LongBuffer>

Available on java

Static methods

staticallocate(param1:Int):LongBuffer

staticwrap(param1:NativeArray<Int64>):LongBuffer

staticwrap(param1:NativeArray<Int64>, param2:Int, param3:Int):LongBuffer

Methods

asReadOnlyBuffer():LongBuffer

compact():LongBuffer

compareTo(param1:Dynamic):Int

compareTo(param1:LongBuffer):Int

duplicate():LongBuffer

equals(param1:Dynamic):Bool

get(param1:NativeArray<Int64>):LongBuffer

get():Int64

get(param1:Int):Int64

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

hashCode():Int

order():ByteOrder

finalput(param1:NativeArray<Int64>):LongBuffer

put(param1:Int64):LongBuffer

put(param1:Int, param2:Int64):LongBuffer

put(param1:LongBuffer):LongBuffer

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

slice():LongBuffer

toString():String

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