14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
#title ReadByteBuffer [RCBasic Doc]
|
|
#header Function ReadByteBuffer(stream, ByRef buf, buf_size)
|
|
|
|
Reads a number of bytes from a file stream to an array.
|
|
|
|
#list ul
|
|
#li stream - A open file
|
|
#li buffer - An array of bytes
|
|
#li buffer_size - The number of bytes to write from buffer (This should be less than size of the buffer)
|
|
#/list
|
|
|
|
#ref ReadByte
|
|
|