ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
Request
/
FileRead
File
Read
@
Serializable
class
FileRead
(
val
file
:
FileHandle
,
val
offset
:
Long
,
val
size
:
Long
)
:
Request
Members
Constructors
File
Read
Link copied to clipboard
constructor
(
file
:
FileHandle
,
offset
:
Long
,
size
:
Long
)
Properties
file
Link copied to clipboard
val
file
:
FileHandle
offset
Link copied to clipboard
val
offset
:
Long
size
Link copied to clipboard
val
size
:
Long