Jump to content

API File.Buffer: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
Admin (talk | contribs)
XML import
Line 2: Line 2:
Reads writes and monitors circular buffers
Reads writes and monitors circular buffers
This class is contained within [[API File|File]]
This class is contained within [[API File|File]]
__TOC__


==Functions provided for this class==
==Functions provided for this class==
Line 28: Line 30:
==Examples==
==Examples==
''No examples available''
''No examples available''
==See also==

Revision as of 21:25, 11 May 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 examples available

See also