java.nio.MappedByteBuffer

Aliases

Parameters

subClasses

Js Constructors

new java_nio_MappedByteBuffer(
)

ApplyMethods

Methods

$bang$eq(x$1:Any):boolean
$eq$eq(x$1:Any):boolean
$hash$hash():int
alignedSlice(x$1:int):java.nio.ByteBuffer
alignmentOffset(x$1:int, x$2:int):int
array():Array[byte]
arrayOffset():int
asCharBuffer():java.nio.CharBuffer
asDoubleBuffer():java.nio.DoubleBuffer
asFloatBuffer():java.nio.FloatBuffer
asInstanceOf():scala.Any.T0
asIntBuffer():java.nio.IntBuffer
asLongBuffer():java.nio.LongBuffer
asReadOnlyBuffer():java.nio.ByteBuffer
asShortBuffer():java.nio.ShortBuffer
capacity():int
clear():java.nio.Buffer
compareTo(x$1:Any):int
compareTo(x$1:java.nio.ByteBuffer):int
duplicate():java.nio.Buffer
duplicate():java.nio.ByteBuffer
equals(x$1:Any):boolean
get():byte
get(x$1:int):byte
get(x$1:Array[byte], x$2:int, x$3:int):java.nio.ByteBuffer
get(x$1:int, x$2:Array[byte], x$3:int, x$4:int):java.nio.ByteBuffer
getChar():char
getChar(x$1:int):char
getClass():java.lang.Class[Any]
getDouble():double
getDouble(x$1:int):double
getFloat():float
getFloat(x$1:int):float
getInt():int
getInt(x$1:int):int
getLong():long
getLong(x$1:int):long
getShort():short
getShort(x$1:int):short
hasArray():boolean
hasRemaining():boolean
hashCode():int
isDirect():boolean
isInstanceOf():boolean
isLoaded():boolean
isReadOnly():boolean
limit():int
limit(x$1:int):java.nio.Buffer
mismatch(x$1:java.nio.ByteBuffer):int
notify():Unit
notifyAll():Unit
position():int
position(x$1:int):java.nio.Buffer
position(x$1:int):java.nio.ByteBuffer
put(x$1:Array[byte], x$2:int, x$3:int):java.nio.ByteBuffer
put(x$1:int, x$2:Array[byte], x$3:int, x$4:int):java.nio.ByteBuffer
put(x$1:int, x$2:byte):java.nio.ByteBuffer
putChar(x$1:char):java.nio.ByteBuffer
putChar(x$1:int, x$2:char):java.nio.ByteBuffer
putDouble(x$1:double):java.nio.ByteBuffer
putDouble(x$1:int, x$2:double):java.nio.ByteBuffer
putFloat(x$1:float):java.nio.ByteBuffer
putFloat(x$1:int, x$2:float):java.nio.ByteBuffer
putInt(x$1:int):java.nio.ByteBuffer
putInt(x$1:int, x$2:int):java.nio.ByteBuffer
putLong(x$1:int, x$2:long):java.nio.ByteBuffer
putLong(x$1:long):java.nio.ByteBuffer
putShort(x$1:int, x$2:short):java.nio.ByteBuffer
putShort(x$1:short):java.nio.ByteBuffer
remaining():int
reset():java.nio.Buffer
rewind():java.nio.Buffer
slice():java.nio.Buffer
slice(x$1:int, x$2:int):java.nio.Buffer
slice(x$1:int, x$2:int):java.nio.ByteBuffer
toString():java.lang.String
wait():Unit
wait(x$1:long):Unit
wait(x$1:long, x$2:int):Unit