Adaptive Framework 0.9.0

read_to_base64Binary

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

PropertyValue
briefRead from a stream to base64Binary
categorystream
descriptionRead a stream up to a specified number of octets. The result will be the internal memory of a base64Binary value.
functionIdread_to_base64Binary
functionLabelread_to_base64Binary
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": "base64Binary", "brief": "The base64Binary read", "description": "The base64Binary value read. Check the size of this value to determine the actual number of octets read." }
sideEffects[ "Stream modified" ]