readBytes

@JvmName(name = "readBytesFrom")
fun File.readBytes(): ByteArray(source)

Read the full contents of the file (as bytes).

NOTE: This function is not recommended for large files. There is an internal limitation of 2GB file size.