toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem.op.readwrite
/
FileSystemByteBuffer
File
System
Byte
Buffer
class
FileSystemByteBuffer
(
val
array
:
ByteArray
,
val
offset
:
Int
=
0
,
val
length
:
Int
=
array.size
)
(
source
)
Members
Constructors
File
System
Byte
Buffer
Link copied to clipboard
constructor
(
array
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
array.size
)
Properties
array
Link copied to clipboard
val
array
:
ByteArray
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
=
0
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String