readAll

abstract fun readAll(source: BufferedSource)

Reads all bytes from a source

Do any reading here.

There is no explicit need to call on the argument, it will be closed for you.

Parameters

source

the source

Throws

the io exception