SevenZipArchiveSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class SevenZipArchiveSaveOptions
Options for saving a 7Z archive.
Constructors
| Constructor | Description |
|---|---|
| SevenZipArchiveSaveOptions() |
Methods
| Method | Description |
|---|---|
| getCloseEntrySource() | Gets a value indicating whether entries’ sources should be closed right after an entry has been compressed. |
| setCloseEntrySource(boolean value) | Sets a value indicating whether entries’ sources should be closed right after an entry has been compressed. |
SevenZipArchiveSaveOptions()
public SevenZipArchiveSaveOptions()
getCloseEntrySource()
public final boolean getCloseEntrySource()
Gets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
Returns: boolean - a value indicating whether entries’ sources should be closed right after an entry has been compressed.
setCloseEntrySource(boolean value)
public final void setCloseEntrySource(boolean value)
Sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether entries’ sources should be closed right after an entry has been compressed. |