terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
CSVWriter (string file, string[] headers) | |
CSVWriter (string file, string[] headers, UTF8Encoding enc) | |
CSVWriter (string[] headers) | |
void | WriteLine (string[] values) |
void | Close () |
Public Attributes | |
byte[] | SaveData |
Protected Member Functions | |
override void | Finalize () |
Private Member Functions | |
void | SetupStreams () |
void | SetupStreams (UTF8Encoding enc) |
void | CloseStreams () |
string | EncodeValue (string stringValue) |
Private Attributes | |
string | _outputFile |
bool | _open |
StreamWriter | _writer |
MemoryStream | _memoryStream |
Definition at line 6 of file CSVWriter.cs.