ReadByteBuffer ( stream, ByRef buffer, buffer_size )
Reads a number of bytes from a file stream to an array.
stream - A open file
buffer - An array of bytes
buffer_size - The number of bytes to write from buffer (This should be less than size of the buffer)
Example: