e-CryptIt Engine Xojo Plugin

AppleSingleDecoderStream.Decode Method (console safe)

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

Decode(
   buffer as String)

Parameters

buffer
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