C# Class I18N.CJK.CP932Decoder

Inheritance: I18N.CJK.DbcsEncoding.DbcsDecoder
显示文件 Open project: kumpera/mono

Public Methods

Method 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 method

public CP932Decoder ( I18N.CJK.JISConvert convert ) : System
convert I18N.CJK.JISConvert
return System

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count, bool refresh ) : int
bytes byte
index int
count int
refresh bool
return int

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

GetChars() public method

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
return int