FileSystemSyncAccessHandle

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun flush()
Link copied to clipboard
abstract fun getSize(): Double
Link copied to clipboard
abstract fun read(buffer: ArrayBuffer, options: JsAny = definedExternally): Double
abstract fun read(buffer: ArrayBufferView, options: JsAny = definedExternally): Double
Link copied to clipboard
abstract fun truncate(newSize: Double)
Link copied to clipboard
abstract fun write(buffer: ArrayBuffer, options: JsAny = definedExternally): Double
abstract fun write(buffer: ArrayBufferView, options: JsAny = definedExternally): Double