Interface ICodeProgress
Namespace: SevenZip
Assembly: Liminal.SDK.dll
Syntax
public interface ICodeProgress
Methods
| Improve this Doc View SourceSetProgress(Int64, Int64)
Callback progress.
Declaration
void SetProgress(long inSize, long outSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | inSize | input size. -1 if unknown. |
System.Int64 | outSize | output size. -1 if unknown. |