e-CryptIt Engine - Compression Xojo Plugin

LZMA2.SetInputToStream Method

Sets the input to a BinaryStream.

SetInputToStream(
   inputStream as BinaryStream)

Parameters

inputStream
The stream to use as input

Remarks

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

See Also

LZMA2 Class