C# Class I18N.CJK.CP932

Inheritance: I18N.Common.MonoSafeEncoding
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
CP932 ( ) : System
GetByteCountImpl ( char chars, int count ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetDecoder ( ) : Decoder
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

Method Details

CP932() public méthode

public CP932 ( ) : System
Résultat System

GetByteCountImpl() public méthode

public GetByteCountImpl ( char chars, int count ) : int
chars char
count 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

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

GetDecoder() public méthode

public GetDecoder ( ) : Decoder
Résultat System.Text.Decoder

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