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
/
FileWrite
File
Write
@
Serializable
class
FileWrite
(
val
file
:
FileHandle
,
val
offset
:
Long
,
val
data
:
ByteArray
)
:
Request
Members
Constructors
File
Write
Link copied to clipboard
constructor
(
file
:
FileHandle
,
offset
:
Long
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
file
Link copied to clipboard
val
file
:
FileHandle
offset
Link copied to clipboard
val
offset
:
Long