package java.nio
extends Buffer
implements Comparable<ByteBuffer>
extended by MappedByteBuffer
Available on java
staticallocate(param1:Int):ByteBufferstaticallocateDirect(param1:Int):ByteBufferstaticwrap(param1:NativeArray<Int8>):ByteBufferstaticwrap(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBufferasCharBuffer():CharBufferasDoubleBuffer():DoubleBufferasFloatBuffer():FloatBufferasIntBuffer():IntBufferasLongBuffer():LongBufferasReadOnlyBuffer():ByteBufferasShortBuffer():ShortBuffercompact():ByteBuffercompareTo(param1:Dynamic):IntcompareTo(param1:ByteBuffer):Intduplicate():ByteBufferequals(param1:Dynamic):Boolget(param1:NativeArray<Int8>):ByteBufferget():Int8get(param1:Int):Int8get(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBuffergetChar(param1:Int):Char16getChar():Char16getDouble(param1:Int):FloatgetDouble():FloatgetFloat(param1:Int):SinglegetFloat():SinglegetInt(param1:Int):IntgetInt():IntgetLong(param1:Int):Int64getLong():Int64getShort(param1:Int):Int16getShort():Int16hashCode():Intfinalorder(param1:ByteOrder):ByteBufferfinalorder():ByteOrderfinalput(param1:NativeArray<Int8>):ByteBufferput(param1:Int8):ByteBufferput(param1:Int, param2:Int8):ByteBufferput(param1:ByteBuffer):ByteBufferput(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBufferputChar(param1:Int, param2:Char16):ByteBufferputChar(param1:Char16):ByteBufferputDouble(param1:Int, param2:Float):ByteBufferputDouble(param1:Float):ByteBufferputFloat(param1:Int, param2:Single):ByteBufferputFloat(param1:Single):ByteBufferputInt(param1:Int, param2:Int):ByteBufferputInt(param1:Int):ByteBufferputLong(param1:Int, param2:Int64):ByteBufferputLong(param1:Int64):ByteBufferputShort(param1:Int, param2:Int16):ByteBufferputShort(param1:Int16):ByteBufferslice():ByteBuffertoString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/ByteBuffer.html