C# Class Portable.Text.CP950

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

Méthodes publiques

Méthode Description
CP950 ( ) : System
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

Private Methods

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

Method Details

CP950() public méthode

public CP950 ( ) : System
Résultat System

GetByteCountImpl() public méthode

public GetByteCountImpl ( char chars, int charCount ) : int
chars char
charCount int
Résultat int

GetBytesImpl() public méthode

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