C# 클래스 System.Xml.BinHexDecoder

상속: IncrementalReadDecoder
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

공개 메소드들

메소드 설명
Decode ( char chars, bool allowOddChars ) : byte[]

비공개 메소드들

메소드 설명
Decode ( char chars, int startPos, int len ) : int
Decode ( string str, int startPos, int len ) : int
Decode ( char pChars, char pCharsEndPos, byte pBytes, byte pBytesEndPos, bool &hasHalfByteCached, byte &cachedHalfByte, int &charsDecoded, int &bytesDecoded ) : void
Reset ( ) : void
SetNextOutputBuffer ( Array buffer, int index, int count ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( char chars, bool allowOddChars ) : byte[]
chars char
allowOddChars bool
리턴 byte[]