Example #1
0
 public static byte[] smethod_2(byte[] byte_0)
 {
     byte[] result;
     using (MemoryStream memoryStream = new MemoryStream(byte_0))
     {
         result = Class60.smethod_3(memoryStream);
     }
     return(result);
 }
Example #2
0
        internal byte[] method_0(Class40 class40_0)
        {
            d0 d = class40_0.method_7(this.string_0, Assembly.GetEntryAssembly().GetName().Version.ToString(), false);

            if (d.Success)
            {
                return(Class60.smethod_2(d.Data));
            }
            this.string_1 = d.Body;
            return(null);
        }