Adaptive Framework 0.9.0

read

The following is a list of properties for the function read:

PropertyValue
briefRead from a UTF-8 text stream
categorystream
descriptionRead a UTF-8 text stream up to a specified number of octets. The stream must contain valid UTF-8 or an error is thrown.
functionIdread
functionLabelread
parameters[ { "brief": "Stream number", "dataType": "integer", "description": "Stream number", "name": "streamNumber" }, { "brief": "Number of octets", "description": "The maximum number of octets to read.", "name": "n" } ]
returns{ "dataType": "string", "brief": "The string read", "description": "The UTF-8 string read. Check the size of this value to determine the actual number of octets read." }
sideEffects[ "Stream modified" ]