C# Класс Portable.Text.ASCIIEncoding

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

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

Метод Описание
ASCIIEncoding ( ) : System
GetByteCount ( char chars, int count ) : int
GetByteCount ( char chars, int index, int count ) : int
GetByteCount ( string s ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes, int count ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
GetString ( byte bytes, int index, int count ) : string

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

Метод Описание
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, EncoderFallbackBuffer &buffer, char &fallback_chars ) : int
GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex, EncoderFallbackBuffer &buffer, char &fallback_chars ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, DecoderFallbackBuffer &buffer ) : int
InternalGetBytes ( char chars, int charLength, int charIndex, int charCount, byte bytes, int byteIndex, EncoderFallbackBuffer &buffer, char &fallback_chars ) : int

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

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

public ASCIIEncoding ( ) : System
Результат System

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

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

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

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

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

public GetByteCount ( string s ) : int
s string
Результат int

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

public GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount int
Результат int

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

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

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

public GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
s string
charIndex int
charCount int
bytes byte
byteIndex int
Результат int

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

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

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

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

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

public GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int
bytes byte
byteCount int
chars char
charCount 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

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

public GetMaxByteCount ( int charCount ) : int
charCount int
Результат int

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

public GetMaxCharCount ( int byteCount ) : int
byteCount int
Результат int

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

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