C# Class PNGMask.Providers.XORTEXT

Inheritance: XOR
Datei anzeigen Open project: AlphaDelta/PNG-Mask

Public Methods

Method Description
ProcessData ( byte s, bool find = true ) : void
XORTEXT ( PNG png, bool find = true ) : System
XORTEXT ( Stream svector, bool find = true ) : System
XORTEXT ( byte bvector, bool find = true ) : System
XORTEXT ( 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

XORTEXT() public method

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

XORTEXT() public method

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

XORTEXT() public method

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

XORTEXT() public method

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