C# Class Portable.Text.UTF32Encoding

Inheritance: Encoding
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetByteCount ( char chars, int count ) : int
GetByteCount ( char chars, int index, int count ) : int
GetBytes ( char chars, 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
GetHashCode ( ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
GetPreamble ( ) : byte[]
UTF32Encoding ( ) : System
UTF32Encoding ( bool bigEndian, bool byteOrderMark ) : System
UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters ) : System

Private Methods

Méthode Description
GetDecoder ( ) : System.Text.Decoder

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetByteCount() public méthode

public GetByteCount ( char chars, int count ) : int
chars char
count int
Résultat int

GetByteCount() public méthode

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
Résultat int

GetBytes() public méthode

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
Résultat int

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetChars() public méthode

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetMaxByteCount() public méthode

public GetMaxByteCount ( int charCount ) : int
charCount int
Résultat int

GetMaxCharCount() public méthode

public GetMaxCharCount ( int byteCount ) : int
byteCount int
Résultat int

GetPreamble() public méthode

public GetPreamble ( ) : byte[]
Résultat byte[]

UTF32Encoding() public méthode

public UTF32Encoding ( ) : System
Résultat System

UTF32Encoding() public méthode

public UTF32Encoding ( bool bigEndian, bool byteOrderMark ) : System
bigEndian bool
byteOrderMark bool
Résultat System

UTF32Encoding() public méthode

public UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters ) : System
bigEndian bool
byteOrderMark bool
throwOnInvalidCharacters bool
Résultat System