e-CryptIt Engine Xojo Plugin

AppleSingleDecoderStream.Write Method (console safe)

Call the write method in a loop to let the stream decode data.

Write(
   data as String)

Parameters

data
Data to decode.

Remarks

The Decode method does the same as the Write method. The Write method is provided for compliance with the IBinaryStreamWriter interface.

See Also

AppleSingleDecoderStream Class