e-CryptIt Engine Xojo Plugin

BinHexEncoderStream.ReadBlock Method (console safe)

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

ReadBlock() as Integer

Parameters

Returns

Integer

Remarks

The ReadBlock function returns the count of bytes that were put in the shared MemoryBlock buffer.

The EncodeBlock method does the same as the ReadBlock function. The ReadBlock method is provided for compliance with the IBlockReader interface.

See Also

BinHexEncoderStream Class