StoreFileStream
Base class for Store file streams. Implements progress listeners.
Inheritors
Types
Link copied to clipboard
Manages sending/reading files using kotlinx.io.Source/kotlinx.io.Sink.
Link copied to clipboard
interface ProgressListener
Interface to listen to progress of sending/reading files.
Properties
Functions
Link copied to clipboard
Increases the size of current sent/read data by chunkSize and calls ProgressListener.onChunkProcessed.
Link copied to clipboard
Sets listening for single chunk sent/read.