コード例 #1
0
        // Token: 0x06001E3A RID: 7738 RVA: 0x00061D90 File Offset: 0x0005FF90
        private static void smethod_2(Class321 pd, BinaryWriter write_stream, uint add_length, byte[] add_buffer, uint copy_length, uint copy_pos)
        {
            if (add_length == 0U && copy_length == 0U)
            {
                return;
            }
            uint num = 0U;

            while (add_length > 65535U)
            {
                Class292.smethod_1(write_stream, 65535U, add_buffer, num);
                num        += 65535U;
                add_length -= 65535U;
                Class292.smethod_0(pd, write_stream, 0U, 0U);
            }
            Class292.smethod_1(write_stream, add_length, add_buffer, num);
            while (copy_length > 65535U)
            {
                Class292.smethod_0(pd, write_stream, 65535U, copy_pos);
                copy_pos    += 65535U;
                copy_length -= 65535U;
                Class292.smethod_1(write_stream, 0U, null, 0U);
            }
            Class292.smethod_0(pd, write_stream, copy_length, copy_pos);
        }
コード例 #2
0
 // Token: 0x06001E40 RID: 7744 RVA: 0x0000B95F File Offset: 0x00009B5F
 private static void smethod_8(Class321 pd, BinaryWriter write_stream)
 {
     Class292.smethod_3(pd, write_stream);
     Class292.smethod_1(write_stream, 0U, null, 0U);
     Class292.smethod_0(pd, write_stream, 0U, 0U);
 }