C# Class System.Xml.BinHexDecoder

Inheritance: IncrementalReadDecoder
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

Public Methods

Method Description
Decode ( char chars, bool allowOddChars ) : byte[]

Private Methods

Method Description
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

Method Details

Decode() public static method

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