You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compression/encoding process uses single output stream to write compressed/encoded data(archive file).
PLzmaSDK provides 3 types of out streams:
2.1. Out memory stream -> compressed data is written to heap memory.
2.2. Out path stream -> compressed data is written to a file by path.
2.3. Out multi stream -> compressed data is written to several internal streams of type 2.1 or 2.2 splitting by part size in bytes.
Hello, how do I use the sdk to do split volume compression
The text was updated successfully, but these errors were encountered: