C# Class PNGMask.Providers.XORIDAT

Inheritance: XOR
Mostrar archivo Open project: AlphaDelta/PNG-Mask

Public Methods

Method 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

Protected Methods

Method Description
ImprintPNG ( byte data ) : void

Private Methods

Method Description
ProcessPNG ( bool find = true ) : void

Method Details

ImprintPNG() protected method

protected ImprintPNG ( byte data ) : void
data byte
return void

ProcessData() public method

public ProcessData ( byte s, bool find = true ) : void
s byte
find bool
return void

XORIDAT() public method

public XORIDAT ( PNG png, bool find = true ) : System
png PNG
find bool
return System

XORIDAT() public method

public XORIDAT ( Stream svector, bool find = true ) : System
svector Stream
find bool
return System

XORIDAT() public method

public XORIDAT ( byte bvector, bool find = true ) : System
bvector byte
find bool
return System

XORIDAT() public method

public XORIDAT ( string fvector, bool find = true ) : System
fvector string
find bool
return System