LzmaArchiveSettings.LzmaArchiveSettings
LzmaArchiveSettings constructor
Initializes a new instance of the LzmaArchiveSettings
class with default dictionary size, equals to 16 megabytes.
public LzmaArchiveSettings()
Examples
using (LzmaArchive archive = new LzmaArchive(new LzmaArchiveSettings() { DictionarySize = 1048576 } )
{
archive.SetSource("data.bin);
archive.Save(lzmaFile);
}
See Also
- class LzmaArchiveSettings
- namespace Aspose.Zip.LZMA
- assembly Aspose.Zip