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

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

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

Метод Описание
DefaultDecoder ( Encoding encoding ) : System
GetCharCount ( byte bytes, int count, bool flush ) : int
GetCharCount ( byte bytes, int index, int count ) : 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 ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
GetRealObject ( StreamingContext context ) : Object

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

Метод Описание
DefaultDecoder ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

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

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

public DefaultDecoder ( Encoding encoding ) : System
encoding Encoding
Результат System

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

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

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

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

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

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

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

public GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int
bytes byte
byteCount int
chars char
charCount int
flush bool
Результат 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

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

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

public GetRealObject ( StreamingContext context ) : Object
context System.Runtime.Serialization.StreamingContext
Результат Object