Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetChars() [4/7]

override int System.Text.DecoderDBCS.GetChars ( byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex )
inline

Definition at line 122 of file DecoderDBCS.cs.

123 {
124 return GetChars(bytes, byteIndex, byteCount, chars, charIndex, flush: false);
125 }
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)

References System.byteCount, System.byteIndex, System.bytes, System.charIndex, System.chars, and System.Text.DecoderDBCS.GetChars().