writeToStreamAsync

abstract fun writeToStreamAsync(@NonNull outputStream: OutputStream): Completable

Writes the complete contents of this file to the specified output stream, asynchronously.

Return

Completable that completes once the writing finishes.

Parameters

outputStream

Output stream to which to write file's data.