RarDictionaryStorageMode
RarDictionaryStorageMode enumeration
Specifies how the RAR decompression dictionary is stored.
Members
| Member name | Description |
|---|---|
| IN_MEMORY | Store the dictionary in lazily allocated managed memory segments. |
| TEMPORARY_FILE | Store evicted dictionary pages in a temporary file and retain a bounded page cache in memory. |
See Also
- namespace aspose.zip.rar
- assembly Aspose.Zip