toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.fs
/
FileReadOptions
File
Read
Options
sealed
external
interface
FileReadOptions
<
T
:
ArrayBufferView
>
(
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
:
Double
?