RarDictionaryStorageMode

RarDictionaryStorageMode enumeration

Specifies how the RAR decompression dictionary is stored.

Members

Member nameDescription
IN_MEMORYStore the dictionary in lazily allocated managed memory segments.
TEMPORARY_FILEStore evicted dictionary pages in a temporary file and retain a bounded page cache in memory.

See Also