Rachel
Toggle table of contents
3.6.0
web
Target filter
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.filesystem
/
love.yinlin.fs
/
FileSystemSyncAccessHandle
File
System
Sync
Access
Handle
web
interface
FileSystemSyncAccessHandle
:
JsAny
Members
Functions
close
Link copied to clipboard
web
abstract
fun
close
(
)
flush
Link copied to clipboard
web
abstract
fun
flush
(
)
get
Size
Link copied to clipboard
web
abstract
fun
getSize
(
)
:
Double
read
Link copied to clipboard
web
abstract
fun
read
(
buffer
:
ArrayBuffer
,
options
:
JsAny
=
definedExternally
)
:
Double
abstract
fun
read
(
buffer
:
ArrayBufferView
,
options
:
JsAny
=
definedExternally
)
:
Double
truncate
Link copied to clipboard
web
abstract
fun
truncate
(
newSize
:
Double
)
write
Link copied to clipboard
web
abstract
fun
write
(
buffer
:
ArrayBuffer
,
options
:
JsAny
=
definedExternally
)
:
Double
abstract
fun
write
(
buffer
:
ArrayBufferView
,
options
:
JsAny
=
definedExternally
)
:
Double