class java.nio.ByteBuffer extends Buffer implements Comparable<ByteBuffer>

Available on java

Class Fields

static function allocate(param1:Int):ByteBuffer

static function allocateDirect(param1:Int):ByteBuffer

static function wrap(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBuffer

static function wrap(param1:NativeArray<Int8>):ByteBuffer

Instance Fields

function array():NativeArray<Int8>

function arrayOffset():Int

function compact():ByteBuffer

function compareTo(param1:ByteBuffer):Int

function compareTo(param1:Dynamic):Int

function equals(param1:Dynamic):Bool

function get():Int8

function get(param1:NativeArray<Int8>):ByteBuffer

function get(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBuffer

function get(param1:Int):Int8

function getChar():Char16

function getChar(param1:Int):Char16

function getDouble():Float

function getDouble(param1:Int):Float

function getFloat():Single

function getFloat(param1:Int):Single

function getInt():Int

function getInt(param1:Int):Int

function getLong():Int64

function getLong(param1:Int):Int64

function getShort():Int16

function getShort(param1:Int):Int16

function hasArray():Bool

function hashCode():Int

function isDirect():Bool

function order():ByteOrder

function order(param1:ByteOrder):ByteBuffer

function put(param1:Int8):ByteBuffer

function put(param1:NativeArray<Int8>):ByteBuffer

function put(param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBuffer

function put(param1:ByteBuffer):ByteBuffer

function put(param1:Int, param2:Int8):ByteBuffer

function putChar(param1:Char16):ByteBuffer

function putChar(param1:Int, param2:Char16):ByteBuffer

function putDouble(param1:Float):ByteBuffer

function putDouble(param1:Int, param2:Float):ByteBuffer

function putFloat(param1:Single):ByteBuffer

function putFloat(param1:Int, param2:Single):ByteBuffer

function putInt(param1:Int):ByteBuffer

function putInt(param1:Int, param2:Int):ByteBuffer

function putLong(param1:Int64):ByteBuffer

function putLong(param1:Int, param2:Int64):ByteBuffer

function putShort(param1:Int16):ByteBuffer

function putShort(param1:Int, param2:Int16):ByteBuffer

function slice():ByteBuffer

function toString():String