FileReader

interface FileReader(source)

Inheritors

Functions

Link copied to clipboard
abstract fun readBytes(file: Path): ByteArray

Reads the entire content of a file into a byte array.

Link copied to clipboard
abstract fun readContent(file: Path): String

Read the content of file