toggle menu
micro_utils.dokka
0.20.9
common
js
jvm
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
MPPFile
MPPFile
expect
class
MPPFile
(
source
)
Members & Extensions
Properties
bytes
Allocator
Link copied to clipboard
expect
val
MPPFile
.
bytesAllocator
:
SuspendByteArrayAllocator
bytes
Allocator
Sync
Link copied to clipboard
expect
val
MPPFile
.
bytesAllocatorSync
:
ByteArrayAllocator
filename
Link copied to clipboard
expect
val
MPPFile
.
filename
:
FileName
filesize
Link copied to clipboard
expect
val
MPPFile
.
filesize
:
Long
Functions
bytes
Link copied to clipboard
suspend
fun
MPPFile
.
bytes
(
)
:
ByteArray
bytes
Sync
Link copied to clipboard
fun
MPPFile
.
bytesSync
(
)
:
ByteArray
input
Link copied to clipboard
expect
fun
MPPFile
.
input
(
)
:
<Error class: unknown class>
input
Provider
Link copied to clipboard
fun
MPPFile
.
inputProvider
(
)
:
<Error class: unknown class>
input
Provider
Sync
Link copied to clipboard
jvm
fun
MPPFile
.
inputProviderSync
(
)
:
<Error class: unknown class>
read
Bytes
Link copied to clipboard
js
fun
MPPFile
.
readBytes
(
)
:
ByteArray
read
Bytes
Promise
Link copied to clipboard
js
fun
MPPFile
.
readBytesPromise
(
)
:
Promise
<
ByteArray
>