CoreStreamProvider

Represents base file IO operations

Inheritors

Functions

Link copied to clipboard
abstract fun openFileInputStream(sourceFile: File): InputStream?

Returns OutputStream for the source file

Link copied to clipboard
abstract fun openFileOutputStream(destinationFile: File): OutputStream?

Returns OutputStream for the destination file