Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static byte[] | Decode (char[] chars, bool allowOddChars) |
Package Functions | |
override int | Decode (char[] chars, int startPos, int len) |
override int | Decode (string str, int startPos, int len) |
override void | Reset () |
override void | SetNextOutputBuffer (Array buffer, int index, int count) |
Properties | |
override int | DecodedCount [get] |
override bool | IsFull [get] |
Static Private Member Functions | |
static void | Decode (ReadOnlySpan< char > chars, Span< byte > bytes, ref bool hasHalfByteCached, ref byte cachedHalfByte, out int charsDecoded, out int bytesDecoded) |
Private Attributes | |
byte[] | _buffer |
int | _startIndex |
int | _curIndex |
int | _endIndex |
bool | _hasHalfByteCached |
byte | _cachedHalfByte |
Definition at line 3 of file BinHexDecoder.cs.