e-CryptIt Engine Xojo Plugin

AppleSingleDecoderStream.WriteBlock Method (console safe)

Call the WriteBlock method in a loop to let the stream decode data from the shared MemoryBlock.

WriteBlock(
   count as Integer)

Parameters

count
When calling this method then you are telling the stream that there are as many bytes as the count parameter ready to decode in the shared MemoryBlock.

Remarks

The DecodeBlock method does the same as the WriteBlock method. The WriteBlock method is provided for compliance with the IBlockWriter interface.

See Also

AppleSingleDecoderStream Class