C# 클래스 PNGMask.Providers.XORIDAT

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

공개 메소드들

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

보호된 메소드들

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

XORIDAT() 공개 메소드

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

XORIDAT() 공개 메소드

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

XORIDAT() 공개 메소드

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

XORIDAT() 공개 메소드

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