C# 클래스 PNGMask.Providers.XOREOF

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ImprintPNG() 보호된 메소드

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

ProcessData() 공개 메소드

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

ProcessPNG() 공개 메소드

public ProcessPNG ( bool find = true ) : void
find bool
리턴 void

XOREOF() 공개 메소드

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

XOREOF() 공개 메소드

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

XOREOF() 공개 메소드

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

XOREOF() 공개 메소드

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