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

◆ UTF16Decoder()

System.Xml.UTF16Decoder.UTF16Decoder ( bool bigEndian)
inline

Definition at line 11 of file UTF16Decoder.cs.

12 {
13 _lastByte = -1;
14 _bigEndian = bigEndian;
15 }
readonly bool _bigEndian

References System.Xml.UTF16Decoder._bigEndian, and System.Xml.UTF16Decoder._lastByte.