e-CryptIt Engine Xojo Plugin

MacBinaryStream.Write Method (console safe)

To write/decode the data into the stream.

Write(
   data as String)

Parameters

data
The string to write.

Remarks

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

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

See Also

MacBinaryStream Class