C# Class PNGMask.Providers.XOREOF

Inheritance: XOR
Show file Open project: AlphaDelta/PNG-Mask

Public Methods

Method 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

Protected Methods

Method Description
ImprintPNG ( byte data ) : 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

ProcessPNG() public method

public ProcessPNG ( bool find = true ) : void
find bool
return void

XOREOF() public method

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

XOREOF() public method

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

XOREOF() public method

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

XOREOF() public method

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