Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.fs
/
FileReadOptions
File
Read
Options
sealed
external
interface
FileReadOptions
<
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
:
Double
?