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

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

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

Метод Описание
Equals ( object value ) : bool
GetByteCount ( char chars, int index, int count ) : int
GetByteCount ( string s ) : 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 index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetDecoder ( ) : System.Text.Decoder
GetEncoder ( ) : System.Text.Encoder
GetHashCode ( ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
GetPreamble ( ) : byte[]
GetString ( byte bytes, int index, int count ) : string
UTF32Encoding ( )
UTF32Encoding ( bool bigEndian, bool byteOrderMark )
UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters )

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

Метод Описание
GetByteCount ( char chars, int count ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int
GetCharCount ( byte bytes, int count ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int

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

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

public Equals ( object value ) : bool
value object
Результат bool

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 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 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

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

public GetDecoder ( ) : System.Text.Decoder
Результат System.Text.Decoder

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

public GetEncoder ( ) : System.Text.Encoder
Результат System.Text.Encoder

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

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

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

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

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

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

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

public GetPreamble ( ) : byte[]
Результат byte[]

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

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

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

public UTF32Encoding ( )

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

public UTF32Encoding ( bool bigEndian, bool byteOrderMark )
bigEndian bool
byteOrderMark bool

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

public UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters )
bigEndian bool
byteOrderMark bool
throwOnInvalidCharacters bool