writeToStream

abstract fun writeToStream(@NonNull outputStream: OutputStream)

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

Parameters

outputStream

Output stream to which to write file's data.

Throws

When operation fails.