Метод | Описание | |
---|---|---|
CP932Decoder ( Portable.Text.JISConvert convert ) : System | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetCharCount ( byte bytes, int index, int count, bool flush ) : 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 flush ) : int |
public CP932Decoder ( Portable.Text.JISConvert convert ) : System | ||
convert | Portable.Text.JISConvert | |
Результат | System |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
Результат | int |
public GetCharCount ( byte bytes, int index, int count, bool flush ) : int | ||
bytes | byte | |
index | int | |
count | int | |
flush | bool | |
Результат | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
Результат | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
flush | bool | |
Результат | int |