C# Class I18N.CJK.CP932Decoder

Inheritance: I18N.CJK.DbcsEncoding.DbcsDecoder
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
CP932Decoder ( I18N.CJK.JISConvert convert ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count, bool refresh ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool refresh ) : int

Method Details

CP932Decoder() public méthode

public CP932Decoder ( I18N.CJK.JISConvert convert ) : System
convert I18N.CJK.JISConvert
Résultat System

GetCharCount() public méthode

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

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count, bool refresh ) : int
bytes byte
index int
count int
refresh bool
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

GetChars() public méthode

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