Exemple #1
0
 public static c000039 m000072(string p0, FileAccess p1)
 {
     c000039 c = new c000039();
     c.f000006 = p0;
     c.fs = new FileStream(p0, FileMode.Open, (p1 == FileAccess.Read) ? FileAccess.Read : FileAccess.ReadWrite);
     c.f00005e = p1;
     if (!c.m000008())
     {
         throw new InvalidDataException();
     }
     return c;
 }
Exemple #2
0
 public static MemoryStream m00007a(c000039 p0, string p1)
 {
     struct03a structa = p0.m000073(p1);
     return p0.m000075(structa);
 }