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

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_encoding EncodingNLS
m_mustFlush bool

Private Properties

Свойство Тип Описание
ClearMustFlush void
Convert void
Convert void
DecoderNLS System
DecoderNLS System
GetCharCount int
GetCharCount int
GetChars int
GetChars int
ISerializable void

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

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

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

Метод Описание
ClearMustFlush ( ) : void
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
DecoderNLS ( ) : System
DecoderNLS ( EncodingNLS encoding ) : System
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
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
ISerializable ( SerializationInfo info, StreamingContext context ) : void

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

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

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

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

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

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

public Reset ( ) : void
Результат void

Описание свойств

m_encoding защищенное свойство

protected EncodingNLS,System.Text m_encoding
Результат EncodingNLS

m_mustFlush защищенное свойство

protected bool m_mustFlush
Результат bool