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

Available on java

Class Fields

static function allocate(param1:Int):IntBuffer

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

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

Instance Fields

function array():NativeArray<Int>

function arrayOffset():Int

function compact():IntBuffer

function compareTo(param1:IntBuffer):Int

function compareTo(param1:Dynamic):Int

function duplicate():IntBuffer

function equals(param1:Dynamic):Bool

function get():Int

function get(param1:NativeArray<Int>):IntBuffer

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

function get(param1:Int):Int

function hasArray():Bool

function hashCode():Int

function isDirect():Bool

function order():ByteOrder

function put(param1:Int):IntBuffer

function put(param1:NativeArray<Int>):IntBuffer

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

function put(param1:IntBuffer):IntBuffer

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

function slice():IntBuffer

function toString():String