Read a file into buffer instead of string
Path to the file
Content of file as buffer array
If the file contains multiple lines, it will be returned as one buffer.
Hex 15 / Decimal 21 (new line) will not be taken into account. Use splitBufferOnNewLine for this
15
21
Read a file into buffer instead of string