C# Class UnpackShell.DataTransformers.ZLibDecompressor

Inheritance: IDataTransformer
Mostra file Open project: darkstar/gus Class Usage Examples

Public Methods

Method Description
GetDescription ( ) : string
GetName ( ) : string
GetVersion ( ) : string
SetOption ( string option, object value ) : void
TransformData ( byte InBuffer, byte OutBuffer, int InLength, int &OutLength ) : TransformationResult

Method Details

GetDescription() public method

public GetDescription ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetVersion() public method

public GetVersion ( ) : string
return string

SetOption() public method

public SetOption ( string option, object value ) : void
option string
value object
return void

TransformData() public method

public TransformData ( byte InBuffer, byte OutBuffer, int InLength, int &OutLength ) : TransformationResult
InBuffer byte
OutBuffer byte
InLength int
OutLength int
return TransformationResult