Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
unsafe | EncodingCharBuffer (Encoding enc, DecoderNLS decoder, char *charStart, int charCount, byte *byteStart, int byteCount) |
unsafe bool | AddChar (char ch, int numBytes) |
bool | AddChar (char ch) |
unsafe void | AdjustBytes (int count) |
unsafe byte | GetNextByte () |
bool | Fallback (byte fallbackByte) |
unsafe bool | Fallback (byte[] byteBuffer) |
Properties | |
unsafe bool | MoreData [get] |
unsafe int | BytesUsed [get] |
int | Count [get] |
Private Attributes | |
unsafe char * | _chars |
unsafe readonly char * | _charStart |
unsafe readonly char * | _charEnd |
int | _charCountResult |
readonly Encoding | _enc |
readonly DecoderNLS | _decoder |
unsafe readonly byte * | _byteStart |
unsafe readonly byte * | _byteEnd |
unsafe byte * | _bytes |
readonly DecoderFallbackBuffer | _fallbackBuffer |
Definition at line 96 of file Encoding.cs.