Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-node
/
node.fs
/
ReadAsyncOptions
Read
Async
Options
sealed
external
interface
ReadAsyncOptions
<
T
:
ArrayBufferView
<
*
>
>
:
ReadOptionsWithBuffer
<
T
>
(
source
)
Members
Properties
buffer
Link copied to clipboard
abstract
var
buffer
:
T
?
length
Link copied to clipboard
abstract
var
length
:
Double
?
offset
Link copied to clipboard
abstract
var
offset
:
Double
?
position
Link copied to clipboard
abstract
var
position
:
ReadPosition
?