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

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

Private Properties

Свойство Тип Описание
Convert void
Convert void
GetByteCount int
GetBytes int
Reset void
SerializeEncoder void

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

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

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

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

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

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

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

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

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

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

public abstract GetByteCount ( char chars, int index, int count, bool flush ) : int
chars char
index int
count int
flush bool
Результат int

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

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