toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file.sync
/
SyncIOFD
Sync
IOFD
interface
SyncIOFD
:
Closeable
Inheritors
NodeSyncIOFD
DenoSyncIOFD
Members
Members & Extensions
Properties
length
Link copied to clipboard
abstract
var
length
:
Long
position
Link copied to clipboard
abstract
var
position
:
Long
Functions
cancellable
Link copied to clipboard
fun
Closeable
.
cancellable
(
)
:
Cancellable
close
Link copied to clipboard
expect
abstract
fun
close
(
)
disposable
Link copied to clipboard
fun
Closeable
.
disposable
(
)
:
Disposable
read
Link copied to clipboard
abstract
fun
read
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)
:
Int
to
Disposable
Link copied to clipboard
fun
Closeable
.
toDisposable
(
)
:
Disposable
write
Link copied to clipboard
abstract
fun
write
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)
:
Int