|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| unsafe | DecoderFallbackBufferHelper (DecoderFallbackBuffer fallbackBuffer) |
Package Functions | |
| unsafe void | InternalReset () |
| unsafe void | InternalInitialize (byte *_byteStart, char *_charEnd) |
| unsafe bool | InternalFallback (byte[] bytes, byte *pBytes, ref char *chars) |
| unsafe int | InternalFallback (byte[] bytes, byte *pBytes) |
Package Attributes | |
| unsafe byte * | byteStart |
| unsafe char * | charEnd |
Private Attributes | |
| readonly DecoderFallbackBuffer | _fallbackBuffer |
Definition at line 3 of file DecoderFallbackBufferHelper.cs.