C# Класс System.Text.Encoding.ForwardingDecoder

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

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

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

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

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

public ForwardingDecoder ( Encoding enc ) : System
enc Encoding
Результат System

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