State
data class State<O : OutputStream, T : RemoteObject<*>>(val formatterState: ObjectLoaderPartFormatter.State<O>, val partLoaderState: ObjectLoaderPartLoader.State<T>, val completerState: ObjectLoaderUploadCompleter.State, val uploads: MutableList<Deferred<ObjectLoaderPartLoader.PartResult<T>>> = mutableListOf()) : AutoCloseable
Constructors
Link copied to clipboard
constructor(formatterState: ObjectLoaderPartFormatter.State<O>, partLoaderState: ObjectLoaderPartLoader.State<T>, completerState: ObjectLoaderUploadCompleter.State, uploads: MutableList<Deferred<ObjectLoaderPartLoader.PartResult<T>>> = mutableListOf())