package java.nio
extends Buffer
implements Comparable<ByteBuffer>
extended by MappedByteBuffer
Available on javaasCharBuffer ():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 ():Intorder (param1:ByteOrder):ByteBufferorder ():ByteOrderput (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 ():Stringstatic allocate (param1:Int):ByteBufferstatic allocateDirect (param1:Int):ByteBufferstatic wrap (param1:NativeArray<Int8>):ByteBufferstatic wrap (param1:NativeArray<Int8>, param2:Int, param3:Int):ByteBuffer
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/nio/ByteBuffer.html