Package ui.common.util
Klasse Extract7ZipUtil.ExtractCallback
java.lang.Object
ui.common.util.Extract7ZipUtil.ExtractCallback
- Alle implementierten Schnittstellen:
net.sf.sevenzipjbinding.IArchiveExtractCallback,net.sf.sevenzipjbinding.IProgress
- Umschließende Klasse:
Extract7ZipUtil
private class Extract7ZipUtil.ExtractCallback
extends Object
implements net.sf.sevenzipjbinding.IArchiveExtractCallback
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate Fileprivate net.sf.sevenzipjbinding.IInArchiveprivate booleanprivate OutputStream -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprivateExtractCallback(net.sf.sevenzipjbinding.IInArchive inArchive) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprivate voidcreateDirectory(File parentFile) net.sf.sevenzipjbinding.ISequentialOutStreamgetStream(int index, net.sf.sevenzipjbinding.ExtractAskMode extractAskMode) voidprepareOperation(net.sf.sevenzipjbinding.ExtractAskMode extractAskMode) voidsetCompleted(long completeValue) voidsetOperationResult(net.sf.sevenzipjbinding.ExtractOperationResult extractOperationResult) voidsetTotal(long total)
-
Felddetails
-
inArchive
private net.sf.sevenzipjbinding.IInArchive inArchive -
outputStream
-
file
-
isFolder
private boolean isFolder
-
-
Konstruktordetails
-
ExtractCallback
private ExtractCallback(net.sf.sevenzipjbinding.IInArchive inArchive)
-
-
Methodendetails
-
setTotal
public void setTotal(long total) throws net.sf.sevenzipjbinding.SevenZipException - Angegeben von:
setTotalin Schnittstellenet.sf.sevenzipjbinding.IProgress- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-
setCompleted
public void setCompleted(long completeValue) throws net.sf.sevenzipjbinding.SevenZipException - Angegeben von:
setCompletedin Schnittstellenet.sf.sevenzipjbinding.IProgress- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-
getStream
public net.sf.sevenzipjbinding.ISequentialOutStream getStream(int index, net.sf.sevenzipjbinding.ExtractAskMode extractAskMode) throws net.sf.sevenzipjbinding.SevenZipException - Angegeben von:
getStreamin Schnittstellenet.sf.sevenzipjbinding.IArchiveExtractCallback- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-
createDirectory
- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-
prepareOperation
public void prepareOperation(net.sf.sevenzipjbinding.ExtractAskMode extractAskMode) throws net.sf.sevenzipjbinding.SevenZipException - Angegeben von:
prepareOperationin Schnittstellenet.sf.sevenzipjbinding.IArchiveExtractCallback- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-
setOperationResult
public void setOperationResult(net.sf.sevenzipjbinding.ExtractOperationResult extractOperationResult) throws net.sf.sevenzipjbinding.SevenZipException - Angegeben von:
setOperationResultin Schnittstellenet.sf.sevenzipjbinding.IArchiveExtractCallback- Löst aus:
net.sf.sevenzipjbinding.SevenZipException
-