Interface ICodeProgress
Callback progress interface.
Namespace: SharpSevenZip.Sdk
Assembly: SharpSevenZip.dll
Syntax
public interface ICodeProgress
Methods
| Edit this page View SourceSetProgress(long, long)
Callback progress.
Declaration
void SetProgress(long inSize, long outSize)
Parameters
Type | Name | Description |
---|---|---|
long | inSize | Processed input size. -1 if unknown. |
long | outSize | Processed output size. -1 if unknown. |