toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
TypedBuffer
Typed
Buffer
interface
TypedBuffer
:
BaseBuffer
Inheritors
Int8Buffer
Int16Buffer
Uint8Buffer
Uint8ClampedBuffer
Uint16Buffer
Int32Buffer
Uint32Buffer
Int64Buffer
Float32Buffer
Float64Buffer
Members
Members & Extensions
Properties
buffer
Link copied to clipboard
abstract
val
buffer
:
Buffer
element
Size
In
Bytes
Link copied to clipboard
abstract
val
elementSizeInBytes
:
Int
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
as
Float32
Link copied to clipboard
fun
TypedBuffer
.
asFloat32
(
)
:
Float32Buffer
as
Float64
Link copied to clipboard
fun
TypedBuffer
.
asFloat64
(
)
:
Float64Buffer
as
Int16
Link copied to clipboard
fun
TypedBuffer
.
asInt16
(
)
:
Int16Buffer
as
Int32
Link copied to clipboard
fun
TypedBuffer
.
asInt32
(
)
:
Int32Buffer
as
Int64
Link copied to clipboard
fun
TypedBuffer
.
asInt64
(
)
:
Int64Buffer
as
Int8
Link copied to clipboard
fun
TypedBuffer
.
asInt8
(
)
:
Int8Buffer
as
UInt16
Link copied to clipboard
fun
TypedBuffer
.
asUInt16
(
)
:
Uint16Buffer
as
UInt8
Link copied to clipboard
fun
TypedBuffer
.
asUInt8
(
)
:
Uint8Buffer