toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file.sync
/
MemorySyncIO
/
NodeSyncIOFD
Node
Sync
IOFD
class
NodeSyncIOFD
(
val
node
:
MemoryNodeTree.Node
)
:
SyncIOFD
Members
Members & Extensions
Constructors
Node
Sync
IOFD
Link copied to clipboard
constructor
(
node
:
MemoryNodeTree.Node
)
Properties
available
Link copied to clipboard
val
available
:
Long
bytes
Link copied to clipboard
val
bytes
:
ByteArray
length
Link copied to clipboard
open
override
var
length
:
Long
node
Link copied to clipboard
val
node
:
MemoryNodeTree.Node
position
Link copied to clipboard
open
override
var
position
:
Long
position
Int
Link copied to clipboard
var
positionInt
:
Int
Functions
cancellable
Link copied to clipboard
fun
Closeable
.
cancellable
(
)
:
Cancellable
close
Link copied to clipboard
open
override
fun
close
(
)
disposable
Link copied to clipboard
fun
Closeable
.
disposable
(
)
:
Disposable
read
Link copied to clipboard
open
override
fun
read
(
data
:
ByteArray
,
offset
:
Int
,
size
:
Int
)
:
Int
to
Disposable
Link copied to clipboard
fun
Closeable
.
toDisposable
(
)
:
Disposable
write
Link copied to clipboard
open
override
fun
write
(
data
:
ByteArray
,
offset
:
Int
,
size
:
Int
)
:
Int