C# Class Recurity.Swf.SwfDecompressSateChangedEventArgs

Provides data for DecompressSateChanged events.
Inheritance: System.EventArgs
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for DecompressSateChanged events.

Method Details

SwfDecompressSateChangedEventArgs() public method

Provides data for DecompressSateChanged events.
public SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System
overAll System.UInt64 The stream length
currentState System.UInt64 The stream position
return System