Jump to content

API File.Buffer: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of updated API docs
JonnyW (talk | contribs)
XML import of API documentation
Line 1: Line 1:




<sidebar>API contents</sidebar>
<sidebar>API Contents</sidebar>
Reads writes and monitors circular buffers
Reads writes and monitors circular buffers



Revision as of 14:27, 9 August 2013


<sidebar>API Contents</sidebar> Reads writes and monitors circular buffers

This class is contained within File.

Functions provided for this class

Open Opens the existing file as a circular buffer
Create Creates the new file as a circular buffer
ReadByte Reads a single byte from the input stream, -1 if empty
WriteByte Writes a single byte to the input stream
ReadArray Reads an array from the input stream, returns elements read
WriteArray Writes an array to the input stream


Examples

No additional examples

See also

No additional information