C# Class UnpackShell.DataTransformers.XORDataTransformer

Inheritance: IDataTransformer
Afficher le fichier Open project: darkstar/gus

Méthodes publiques

Méthode 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 méthode

public GetDescription ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetVersion() public méthode

public GetVersion ( ) : string
Résultat string

SetOption() public méthode

public SetOption ( string option, object value ) : void
option string
value object
Résultat void

TransformData() public méthode

public TransformData ( byte InBuffer, byte OutBuffer, int InLength, int &OutLength ) : TransformationResult
InBuffer byte
OutBuffer byte
InLength int
OutLength int
Résultat TransformationResult