C# Класс System.Xml.Base64Decoder

Наследование: IncrementalReadDecoder
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ConstructMapBase64 byte[]
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

Приватные методы

Метод Описание
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