Updated docs
This commit is contained in:
31
doc/files/readbytebuffer.html
Normal file
31
doc/files/readbytebuffer.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user