Difference between revisions of "API File.Buffer"
From Flowcode Help
Jump to navigationJump to search (XML import API auto-gen) |
(XML import) |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <sidebar>API Contents</sidebar> | |
Reads writes and monitors circular buffers | Reads writes and monitors circular buffers | ||
| − | + | This class is contained within [[API File|File]]. | |
| − | |||
| − | ===Examples=== | + | __TOC__ |
| + | |||
| + | ==Functions provided for this class== | ||
| + | {| | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.Open|Open]] | ||
| + | |Opens the existing file as a circular buffer | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.Create|Create]] | ||
| + | |Creates the new file as a circular buffer | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.ReadByte|ReadByte]] | ||
| + | |Reads a single byte from the input stream, -1 if empty | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.WriteByte|WriteByte]] | ||
| + | |Writes a single byte to the input stream | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.ReadArray|ReadArray]] | ||
| + | |Reads an array from the input stream, returns elements read | ||
| + | |- | ||
| + | |width="35%"|[[API File.Buffer.WriteArray|WriteArray]] | ||
| + | |Writes an array to the input stream | ||
| + | |} | ||
| + | |||
| + | |||
| + | ==Examples== | ||
| + | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | ==See also== | ||
| + | ''<span style="color:red;">No additional information</span>'' | ||
Latest revision as of 15:57, 16 January 2014
<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