SevenZipArchiveSaveOptions

Inheritance: java.lang.Object

public class SevenZipArchiveSaveOptions

Options for saving a 7Z archive.

Constructors

ConstructorDescription
SevenZipArchiveSaveOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
valuebooleana value indicating whether entries’ sources should be closed right after an entry has been compressed.