read
Description:
public size_t read (
uint8[] buf,
size_t size =
1)
The read() method shall read into the array pointed to by buf up to size elements whose size is specified by the size of buf. The file
position indicator for the stream shall be advanced by the number of bytes successfully read.