FileReader

abstract class FileReader

An abstract class for reading files.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun readFile(filePath: String): Result<ByteArray>

Reads the file at the specified filePath and returns the content as a Result object.