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 |
public CP932Decoder ( I18N.CJK.JISConvert convert ) : System | ||
convert | I18N.CJK.JISConvert | |
return | System |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
return | int |
public GetCharCount ( byte bytes, int index, int count, bool refresh ) : int | ||
bytes | byte | |
index | int | |
count | int | |
refresh | bool | |
return | int |
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 |
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 |