e-CryptIt Engine - Compression Xojo Plugin |
|
ZStreamWriter.WriteBlock Method
Call the WriteBlock method in a loop to let the stream compress data from the shared memory block.

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
See Also
ZStreamWriter Class