コード例 #1
0
    private bool method_13(BinaryReader A_0, string A_1)
    {
        byte[]    buffer  = A_0.ReadBytes(0x10);
        byte[]    buffer2 = A_0.ReadBytes(0x10);
        byte[]    buffer3 = A_0.ReadBytes(0x10);
        Class1154 class2  = this.method_12(A_1, buffer);

        class2.method_0(buffer2, 0x10);
        class2.method_0(buffer3, 0x10);
        return(Class85.smethod_11(smethod_0(buffer2), buffer3, 0x10));
    }
コード例 #2
0
 private void method_10(Class1154 A_0, Stream A_1)
 {
     if (A_1 != null)
     {
         A_1.Position = 0L;
         uint num3 = 0;
         this.method_11(A_0, 0);
         byte[] buffer = new byte[0x10];
         int    num2   = 0;
         while (num2 < A_1.Length)
         {
             int num = A_1.Read(buffer, 0, buffer.Length);
             A_0.method_0(buffer, num);
             A_1.Position -= num;
             A_1.Write(buffer, 0, num);
             num2 += num;
             if ((num2 % 0x200) == 0)
             {
                 num3++;
                 this.method_11(A_0, num3);
             }
         }
         A_1.Position = 0L;
     }
 }