e-CryptIt Engine Xojo Plugin

AppleSingleEncoderStream.Read Method (console safe)

Call the Read method in a loop to let the stream encode data.

Read(
   count as Integer) as String

Parameters

count
The desired amount of bytes to get back. Note that the string can and will at times return fewer bytes than were asked for. The stream guaranties never to return more bytes than the count parameter asked for.

Returns

String

Remarks

The Encode method does the same as the Read method. The Read method is provided for compliance with the IBinaryStreamReader interface.

See Also

AppleSingleEncoderStream Class