C# 클래스 PNGMask.Providers.XORTEXT

상속: XOR
파일 보기 프로젝트 열기: AlphaDelta/PNG-Mask

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ImprintPNG ( byte data ) : void

비공개 메소드들

메소드 설명
ProcessPNG ( bool find = true ) : void

메소드 상세

ImprintPNG() 보호된 메소드

protected ImprintPNG ( byte data ) : void
data byte
리턴 void

ProcessData() 공개 메소드

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

XORTEXT() 공개 메소드

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

XORTEXT() 공개 메소드

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

XORTEXT() 공개 메소드

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

XORTEXT() 공개 메소드

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