Jump to content

API File.Buffer: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==FileBuffer==
Reads writes and monitors circular buffers


Reads writes and monitors circular buffers
----
===Functions provided for this class===
===Functions provided for this class===
{||-|[[API File.Buffer.Open|Open]]|Opens the existing file as a circular buffer|-|[[API File.Buffer.Create|Create]]|Creates the new file as a circular buffer|-|[[API File.Buffer.ReadByte|ReadByte]]|Reads a single byte from the input stream, -1 if empty|-|[[API File.Buffer.WriteByte|WriteByte]]|Writes a single byte to the input stream|-|[[API File.Buffer.ReadArray|ReadArray]]|Reads an array from the input stream, returns elements read|-|[[API File.Buffer.WriteArray|WriteArray]]|Writes an array to the input stream|}
{||-|[[API File.Buffer.Open|Open]]|Opens the existing file as a circular buffer|-|[[API File.Buffer.Create|Create]]|Creates the new file as a circular buffer|-|[[API File.Buffer.ReadByte|ReadByte]]|Reads a single byte from the input stream, -1 if empty|-|[[API File.Buffer.WriteByte|WriteByte]]|Writes a single byte to the input stream|-|[[API File.Buffer.ReadArray|ReadArray]]|Reads an array from the input stream, returns elements read|-|[[API File.Buffer.WriteArray|WriteArray]]|Writes an array to the input stream|}


===Examples===
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Reads writes and monitors circular buffers

Functions provided for this class

Examples