pub fn read_bytes(read_line: bool) -> Result<Vec<u8>>
Reads bytes from stdin.
stdin
If read_line is true, read up to the first newline excluded (the 0xA byte).
read_line
0xA