C# Class System.Xml.BinHexDecoder

Inheritance: IncrementalReadDecoder
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

Méthodes publiques

Méthode Description
Decode ( char chars, bool allowOddChars ) : byte[]

Private Methods

Méthode 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 méthode

public static Decode ( char chars, bool allowOddChars ) : byte[]
chars char
allowOddChars bool
Résultat byte[]