RarDictionaryStorageMode

Inheritance: java.lang.Object, java.lang.Enum

public enum RarDictionaryStorageMode extends Enum<RarDictionaryStorageMode>

Specifies how the RAR decompression dictionary is stored.

Fields

FieldDescription
InMemoryStores the dictionary in memory.
TemporaryFileStores the dictionary in a temporary file.

Methods

MethodDescription
valueOf(String name)
values()

InMemory

public static final RarDictionaryStorageMode InMemory

Stores the dictionary in memory.

TemporaryFile

public static final RarDictionaryStorageMode TemporaryFile

Stores the dictionary in a temporary file.

valueOf(String name)

public static RarDictionaryStorageMode valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: RarDictionaryStorageMode

values()

public static RarDictionaryStorageMode[] values()

Returns: com.aspose.zip.RarDictionaryStorageMode[]