InboxFileStreamWriter
Manages handle for file writing.
Properties
Link copied to clipboard
Reference to file handle.
Link copied to clipboard
Reference to com.simplito.kotlin.privmx_endpoint.modules.inbox.InboxApi instance.
Link copied to clipboard
Gets size of sent data.
Functions
Link copied to clipboard
Increases the size of current sent/read data by chunkSize and calls StoreFileStream.ProgressListener.onChunkProcessed.
Link copied to clipboard
Sets listening for single chunk sent/read.
Link copied to clipboard
fun writeStream(inboxHandle: Long, source: Source, streamController: StoreFileStream.Controller? = null)
Writes data from an Source to an Inbox file.