C# Class PNGMask.Providers.XORIDAT

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ImprintPNG ( byte data ) : void

Private Methods

Méthode Description
ProcessPNG ( bool find = true ) : 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

XORIDAT() public méthode

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

XORIDAT() public méthode

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

XORIDAT() public méthode

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

XORIDAT() public méthode

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