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
|
Public Member Functions | |
CSVReader () | |
void | Begin (string file) |
void | Begin (byte[] fileData) |
string | GetRawLine () |
string[] | ReadLine () |
Static Public Member Functions | |
static CSVReader | Load (string file) |
static CSVReader | LoadFromFile (string file) |
static CSVReader | Load (byte[] fileData) |
Public Attributes | |
string[] | Headers |
Protected Member Functions | |
override void | Finalize () |
Private Member Functions | |
string[] | DecodeLine (string line) |
Static Private Member Functions | |
static | CSVReader () |
Private Attributes | |
byte[] | _fileData |
int | _fileOffset |
string | _filename |
List< string > | _tokens |
Static Private Attributes | |
static StringBuilder | builder |
Definition at line 10 of file CSVReader.cs.