Files
RCBASIC4/doc/files/readbytebuffer.html
2024-12-14 15:28:03 -05:00

31 lines
662 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>ReadByteBuffer [RCBasic Doc] </title>
</head>
<body>
<p><h2>function ReadByteBuffer(stream, ByRef buf, buf_size) </h2></p>
<p>
Reads a number of bytes from a file stream to an array.
</p>
<ul>
<li>
stream - A open file
</li>
<li>
buffer - An array of bytes
</li>
<li>
buffer_size - The number of bytes to write from buffer (This should be less than size of the buffer)
</li>
</ul>
<br><p>Related:
<a href="readbyte.html">ReadByte</a>
</p>
<p>
</body>
</html>