|
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
|
Inheritance diagram for SaveSynchronisationOperation_ReceiveFile:
Collaboration diagram for SaveSynchronisationOperation_ReceiveFile:Public Types | |
| enum | MessageId { BeginFileList , PlayerFileEntry , WorldFileEntry , FileEntryReceived , EndFileList , RequestFileData , BeginFileData , FileData , FileDataRecieved } |
Public Member Functions | |
| SaveSynchronisationOperation_ReceiveFile (SaveSynchronisationOperation.SendDataFunction sendOperation) | |
| override void | Begin () |
| override void | ProcessMessage (SaveSynchronisationOperation.MessageId messageId, byte[] data) |
| override string | GetStatus () |
| void | SendEmptyMessage (SaveSynchronisationOperation.MessageId id) |
| virtual void | Cancel () |
| delegate void | SendDataFunction (byte[] messageData, int length) |
Static Public Member Functions | |
| static void | WriteMessageHeader (BinaryWriter packet, SaveSynchronisationOperation.MessageId id) |
| static void | WriteMessageLength (BinaryWriter packet) |
Public Attributes | |
| bool | IsComplete |
Protected Attributes | |
| readonly SaveSynchronisationOperation.SendDataFunction | SendData |
Private Member Functions | |
| void | WriteFile () |
Private Attributes | |
| string | filename |
| int | fileOffset |
| int | fileLength |
| byte[] | fileData |
Static Private Attributes | |
| static byte[] | emptyMessageData |
Definition at line 11 of file SaveSynchronisationOperation_ReceiveFile.cs.