korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.file.sync
/
SyncIOStat
Sync
IOStat
data
class
SyncIOStat
(
val
path
:
String
,
val
isDirectory
:
Boolean
,
val
size
:
Long
)
Members
Constructors
Sync
IOStat
Link copied to clipboard
constructor
(
path
:
String
,
isDirectory
:
Boolean
,
size
:
Long
)
Properties
is
Directory
Link copied to clipboard
val
isDirectory
:
Boolean
path
Link copied to clipboard
val
path
:
String
size
Link copied to clipboard
val
size
:
Long