SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.io
/
FileReader
File
Reader
interface
FileReader
(
source
)
Inheritors
FileManager
Members
Functions
read
Bytes
Link copied to clipboard
abstract
fun
readBytes
(
file
:
Path
)
:
ByteArray
Reads the entire content of a file into a byte array.
read
Content
Link copied to clipboard
abstract
fun
readContent
(
file
:
Path
)
:
String
Read the content of
file