C# Class System.Xml.Base64Decoder

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

Private Properties

Свойство Type Description
ConstructMapBase64 byte[]
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

Private Methods

Méthode Description
ConstructMapBase64 ( ) : 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, int &charsDecoded, int &bytesDecoded ) : void
Reset ( ) : void
SetNextOutputBuffer ( Array buffer, int index, int count ) : void