Method | Description | |
---|---|---|
DecoderProgressWatcher ( System.Int64 p_intTotalSize ) : System |
A simple constructor that initializes the object with the given values.
|
|
SetProgress ( long inSize, long outSize ) : void |
Reports the progress of the decoder.
|
public DecoderProgressWatcher ( System.Int64 p_intTotalSize ) : System | ||
p_intTotalSize | System.Int64 | The total size of the file block being decoded. |
return | System |
public SetProgress ( long inSize, long outSize ) : void | ||
inSize | long | The number of bytes of the compress file block that have been processed. |
outSize | long | The number of uncompressed bytes generated. |
return | void |