e-CryptIt Engine - Compression Xojo Plugin

LZMA2.SetOutputToStream Method

Sets the output to BinaryStream

SetOutputToStream(
   outputStream as BinaryStream)

Parameters

outputStream
The stream to be set as output

Remarks

Note that the stream is left open after compressing or decompressing so you can continue to write to it if you have your own complex file format that you are working on.

See Also

LZMA2 Class