Show / Hide Table of Contents

Interface ICodeProgress

Namespace: SevenZip
Assembly: Liminal.SDK.dll
Syntax
public interface ICodeProgress

Methods

| Improve this Doc View Source

SetProgress(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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX