terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | Chunk |
Public Member Functions | |
MonoChunkParser (WebHeaderCollection headers) | |
void | WriteAndReadBack (byte[] buffer, int offset, int size, int read) |
int | Read (byte[] buffer, int offset, int size) |
void | Write (byte[] buffer, int offset, int size) |
Properties | |
bool | WantMore [get] |
bool | DataAvailable [get] |
int | TotalDataSize [get] |
int | ChunkLeft [get] |
Private Types | |
enum | State { None , PartialSize , Body , BodyFinished , Trailer } |
Private Member Functions | |
int | ReadFromChunks (byte[] buffer, int offset, int size) |
void | InternalWrite (byte[] buffer, int offset, int size) |
MonoChunkParser.State | ReadBody (byte[] buffer, int offset, int size) |
MonoChunkParser.State | GetChunkSize (byte[] buffer, int offset, int size) |
MonoChunkParser.State | ReadCRLF (byte[] buffer, int offset, int size) |
MonoChunkParser.State | ReadTrailer (byte[] buffer, int offset, int size) |
Static Private Member Functions | |
static string | RemoveChunkExtension (string input) |
static void | ThrowProtocolViolation (string message) |
Private Attributes | |
WebHeaderCollection | headers |
int | chunkSize |
int | chunkRead |
int | totalWritten |
MonoChunkParser.State | state |
StringBuilder | saved |
bool | sawCR |
bool | gotit |
int | trailerState |
ArrayList | chunks |
Definition at line 9 of file MonoChunkParser.cs.