C# Class Portable.Text.GB18030Decoder

Inheritance: DbcsEncoding.DbcsDecoder
ファイルを表示 Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
GB18030Decoder ( ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

Method Details

GB18030Decoder() public method

public GB18030Decoder ( ) : System
return System

GetCharCount() public method

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