terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Util.TokenizerStream Class Referencesealed
+ Collaboration diagram for System.Security.Util.TokenizerStream:

Package Functions

 TokenizerStream ()
 
void AddToken (short token)
 
void AddString (string str)
 
void Reset ()
 
short GetNextFullToken ()
 
short GetNextToken ()
 
string GetNextString ()
 
void ThrowAwayNextString ()
 
void TagLastToken (short tag)
 
int GetTokenCount ()
 
void GoToPosition (int position)
 

Private Attributes

int m_countTokens
 
TokenizerShortBlock m_headTokens
 
TokenizerShortBlock m_lastTokens
 
TokenizerShortBlock m_currentTokens
 
int m_indexTokens
 
TokenizerStringBlock m_headStrings
 
TokenizerStringBlock m_currentStrings
 
int m_indexStrings
 

Detailed Description

Definition at line 8 of file TokenizerStream.cs.


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