Files
RCBASIC4/doc/files/readbytebuffer.txt
2026-02-26 15:33:51 -06:00

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