openrndr
0.4.5-dev.7+32dac8c
common
js
jvm
openrndr-utils
/
org.openrndr.utils.buffer
/
MPPBuffer
MPPBuffer
common
js
jvm
expect
class
MPPBuffer
(
source
)
actual
class
MPPBuffer
(
source
)
actual
class
MPPBuffer
(
source
)
Members
Constructors
MPPBuffer
Link copied to clipboard
js
jvm
constructor
(
dataView
:
DataView
)
constructor
(
byteBuffer
:
ByteBuffer
)
Types
Companion
Link copied to clipboard
common
js
jvm
expect
object
Companion
actual
object
Companion
actual
object
Companion
Functions
capacity
Link copied to clipboard
common
js
jvm
expect
fun
capacity
(
)
:
Int
actual
fun
capacity
(
)
:
Int
actual
fun
capacity
(
)
:
Int
get
Link copied to clipboard
common
js
jvm
expect
fun
get
(
)
:
Byte
expect
fun
get
(
target
:
ByteArray
)
actual
fun
get
(
)
:
Byte
actual
fun
get
(
target
:
ByteArray
)
actual
fun
get
(
)
:
Byte
actual
fun
get
(
target
:
ByteArray
)
put
Link copied to clipboard
common
js
jvm
expect
fun
put
(
byte
:
Byte
)
actual
fun
put
(
byte
:
Byte
)
actual
fun
put
(
byte
:
Byte
)
put
Double
Link copied to clipboard
common
js
jvm
expect
fun
putDouble
(
double
:
Double
)
actual
fun
putDouble
(
double
:
Double
)
actual
fun
putDouble
(
double
:
Double
)
put
Float
Link copied to clipboard
common
js
jvm
expect
fun
putFloat
(
float
:
Float
)
actual
fun
putFloat
(
float
:
Float
)
actual
fun
putFloat
(
float
:
Float
)
put
Int
Link copied to clipboard
common
js
jvm
expect
fun
putInt
(
int
:
Int
)
actual
fun
putInt
(
int
:
Int
)
actual
fun
putInt
(
int
:
Int
)
remaining
Link copied to clipboard
common
js
jvm
expect
fun
remaining
(
)
:
Int
actual
fun
remaining
(
)
:
Int
actual
fun
remaining
(
)
:
Int
rewind
Link copied to clipboard
common
js
jvm
expect
fun
rewind
(
)
actual
fun
rewind
(
)
actual
fun
rewind
(
)
Properties
byte
Link copied to clipboard
common
js
jvm
expect
val
byte
:
Byte
actual
val
byte
:
Byte
actual
val
byte
:
Byte
byte
Buffer
Link copied to clipboard
jvm
val
byteBuffer
:
ByteBuffer
data
View
Link copied to clipboard
js
val
dataView
:
DataView
double
Link copied to clipboard
common
js
jvm
expect
val
double
:
Double
actual
val
double
:
Double
actual
val
double
:
Double
float
Link copied to clipboard
common
js
jvm
expect
val
float
:
Float
actual
val
float
:
Float
actual
val
float
:
Float
int
Link copied to clipboard
common
js
jvm
expect
val
int
:
Int
actual
val
int
:
Int
actual
val
int
:
Int