C# Класс System.Text.Decoder

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

Private Properties

Свойство Тип Описание
Convert void
Convert void
GetCharCount int
GetCharCount int
GetChars int
Reset void
SerializeDecoder void

Открытые методы

Метод Описание
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int

Защищенные методы

Метод Описание
Decoder ( ) : System.Runtime.Serialization

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

Метод Описание
Convert ( byte bytes, int byteCount, char chars, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void
Convert ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void
GetCharCount ( byte bytes, int count, bool flush ) : int
GetCharCount ( byte bytes, int index, int count, bool flush ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int
Reset ( ) : void
SerializeDecoder ( SerializationInfo info ) : void

Описание методов

Decoder() защищенный Метод

protected Decoder ( ) : System.Runtime.Serialization
Результат System.Runtime.Serialization

GetCharCount() публичный абстрактный Метод

public abstract GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Результат int

GetChars() публичный абстрактный Метод

public abstract GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Результат int

GetChars() публичный Метод

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
flush bool
Результат int