Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.BinHexDecoder Class Referencesealed

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
 

Detailed Description

Definition at line 3 of file BinHexDecoder.cs.


The documentation for this class was generated from the following file: