java.nio.Buffer
Aliases
Parameters
subClasses
java.nio.ByteBuffer
java.nio.CharBuffer
java.nio.DoubleBuffer
java.nio.FloatBuffer
java.nio.IntBuffer
java.nio.LongBuffer
java.nio.MappedByteBuffer
java.nio.ShortBuffer
superClasses
Any
java.lang.Object
Js Constructors
new java_nio_Buffer
( )
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
array
()
:
java.lang.Object
arrayOffset
()
:
int
asInstanceOf
()
:
scala.Any.T0
capacity
()
:
int
clear
()
:
java.nio.Buffer
duplicate
()
:
java.nio.Buffer
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
flip
()
:
java.nio.Buffer
getClass
()
:
java.lang.Class
[
Any
]
hasArray
()
:
boolean
hasRemaining
()
:
boolean
hashCode
()
:
int
isDirect
()
:
boolean
isInstanceOf
()
:
boolean
isReadOnly
()
:
boolean
limit
()
:
int
limit
(
x$1:
int
)
:
java.nio.Buffer
mark
()
:
java.nio.Buffer
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
position
()
:
int
position
(
x$1:
int
)
:
java.nio.Buffer
remaining
()
:
int
reset
()
:
java.nio.Buffer
rewind
()
:
java.nio.Buffer
slice
()
:
java.nio.Buffer
slice
(
x$1:
int
,
x$2:
int
)
:
java.nio.Buffer
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit