C# Class PNGMask.Providers.XOREOF

Inheritance: XOR
Afficher le fichier Open project: AlphaDelta/PNG-Mask

Méthodes publiques

Méthode Description
ProcessData ( byte s, bool find = true ) : void
ProcessPNG ( bool find = true ) : void
XOREOF ( PNG png, bool find = true ) : System
XOREOF ( Stream svector, bool find = true ) : System
XOREOF ( byte bvector, bool find = true ) : System
XOREOF ( string fvector, bool find = true ) : System

Méthodes protégées

Méthode Description
ImprintPNG ( byte data ) : void

Method Details

ImprintPNG() protected méthode

protected ImprintPNG ( byte data ) : void
data byte
Résultat void

ProcessData() public méthode

public ProcessData ( byte s, bool find = true ) : void
s byte
find bool
Résultat void

ProcessPNG() public méthode

public ProcessPNG ( bool find = true ) : void
find bool
Résultat void

XOREOF() public méthode

public XOREOF ( PNG png, bool find = true ) : System
png PNG
find bool
Résultat System

XOREOF() public méthode

public XOREOF ( Stream svector, bool find = true ) : System
svector Stream
find bool
Résultat System

XOREOF() public méthode

public XOREOF ( byte bvector, bool find = true ) : System
bvector byte
find bool
Résultat System

XOREOF() public méthode

public XOREOF ( string fvector, bool find = true ) : System
fvector string
find bool
Résultat System