C# Класс Portable.Text.UTF8Encoding.UTF8Encoder

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

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

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

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

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

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

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

public 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

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

public UTF8Encoder ( EncoderFallback fallback, bool emitIdentifier ) : System
fallback EncoderFallback
emitIdentifier bool
Результат System