C# Class Portable.Text.UTF8Encoding.UTF8Decoder

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

Méthodes publiques

Méthode Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
UTF8Decoder ( Portable.Text.DecoderFallback fallback ) : System

Method Details

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

UTF8Decoder() public méthode

public UTF8Decoder ( Portable.Text.DecoderFallback fallback ) : System
fallback Portable.Text.DecoderFallback
Résultat System