Read
Read(buffer AS String, count AS Integer) AS Integer
Reads <count> bytes of data into the buffer <buffer> from the file.
Returns the number of bytes transferred to the buffer.
Read(buffer AS String, count AS Integer) AS Integer
Reads <count> bytes of data into the buffer <buffer> from the file.
Returns the number of bytes transferred to the buffer.