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 | |
virtual void | Close () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Package Functions | |
void | CancelOperation () |
void | WaitUtilEOF () |
Private Attributes | |
Stream | stream |
Encoding | encoding |
Decoder | decoder |
byte[] | byteBuffer |
char[] | charBuffer |
bool | cancelOperation |
ManualResetEvent | eofEvent |
object | syncObject |
IAsyncResult | asyncReadResult |
Definition at line 12 of file AsyncStreamReader.cs.