RarDictionaryStorageMode
Inheritance: java.lang.Object, java.lang.Enum
public enum RarDictionaryStorageMode extends Enum<RarDictionaryStorageMode>
Specifies how the RAR decompression dictionary is stored.
Fields
| Field | Description |
|---|---|
| InMemory | Stores the dictionary in memory. |
| TemporaryFile | Stores the dictionary in a temporary file. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: RarDictionaryStorageMode
values()
public static RarDictionaryStorageMode[] values()
Returns: com.aspose.zip.RarDictionaryStorageMode[]