terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Read()

override void Terraria.Social.iOS.CloudSocialModule.Read ( string path,
byte[] buffer,
int length )
inline

Definition at line 106 of file CloudSocialModule.cs.

107 {
108 string text = this.cacheFolder + path;
109 string text2 = this.cacheFolder;
110 long num = 0L;
111 Array.Copy(File.ReadAllBytes(text2 + path), buffer, (int)num);
112 }
class f__AnonymousType0<< Count > j__TPar
static void Copy(Array sourceArray, Array destinationArray, long length)
Definition Array.cs:205
static byte[] ReadAllBytes(string path)
Definition File.cs:165

References Terraria.Social.iOS.CloudSocialModule.cacheFolder, System.Array.Copy(), j__TPar, System.L, System.IO.File.ReadAllBytes(), and System.text.