e-CryptIt Engine Xojo Plugin

MacBinaryStream.Read Method (console safe)

To read/encode data from the stream.

Read(
   count as Integer) as String

Parameters

count
The number of bytes to read.

Returns

String

Remarks

Possible Error codes in the LastError property:
MacOS or Windows file system errors.

Note:
The Encode function does the same as the Read method, the Encode function is the preferred way for easier readability of the code. The Read function is provided to ensure Interface compatibility with IStreamReader.

See Also

MacBinaryStream Class