Exemple #1
0
 public override void vmethod_2(ref int int_2)
 {
     int_2 += 20;
     if (base.Nodes.Count != 0)
     {
         ((AsciiValueNode)base.Nodes[0]).vmethod_2(ref int_2);
         int_2++;
         int_2 += AbstractTreeNode1.smethod_0((long)int_2);
     }
 }
Exemple #2
0
 public override void vmethod_14(Stream26 stream26_0)
 {
     stream26_0.WriteInt(this.int_0);
     stream26_0.WriteInt(this.byte_0.Length);
     byte[] array = new Class320().method_0(this.byte_0);
     if (this.byte_0.Length <= array.Length)
     {
         array = this.byte_0;
     }
     stream26_0.WriteInt(array.Length);
     stream26_0.WriteByteArray(array, false);
     stream26_0.WriteNBytes(0, AbstractTreeNode1.smethod_0(stream26_0.Position));
 }
Exemple #3
0
        public override void vmethod_13(Stream26 stream26_0)
        {
            this.int_0 = stream26_0.ReadInt();
            this.int_1 = stream26_0.ReadInt();
            int num = stream26_0.ReadInt();

            stream26_0.ReadInt();
            if (num != 0)
            {
                base.Nodes.Add(new AsciiValueNode(stream26_0.ReadAsciiStringAt(num)));
                stream26_0.Position += (long)AbstractTreeNode1.smethod_0(stream26_0.Position);
            }
        }
Exemple #4
0
 public override void vmethod_2(ref int int_1)
 {
     int_1 += 12;
     if (this.byte_0 != null)
     {
         byte[] array = new Class320().method_0(this.byte_0);
         if (this.byte_0.Length <= array.Length)
         {
             array = this.byte_0;
         }
         int_1 += array.Length;
     }
     int_1 += AbstractTreeNode1.smethod_0((long)int_1);
 }
Exemple #5
0
        public override void vmethod_13(Stream26 stream26_0)
        {
            this.int_0 = stream26_0.ReadInt();
            int num  = stream26_0.ReadInt();
            int num2 = stream26_0.ReadInt();

            byte[] byte_ = stream26_0.ReadBytes(num2, false);
            if (num == num2)
            {
                this.byte_0 = byte_;
            }
            else
            {
                this.byte_0 = new Class320().method_4(byte_);
            }
            stream26_0.Position += (long)AbstractTreeNode1.smethod_0(stream26_0.Position);
        }
Exemple #6
0
 public override void vmethod_14(Stream26 stream26_0)
 {
     byte[] array = new byte[4];
     array[1] = (this.vmethod_7() ? (byte)32 : (byte)4);
     array[2] = 3;
     stream26_0.WriteByteArray(array, false);
     stream26_0.WriteInt(this.int_0);
     stream26_0.WriteInt(this.int_1);
     if (base.Nodes.Count != 0)
     {
         stream26_0.WriteInt((int)stream26_0.Position + 8);
         stream26_0.WriteInt(0);
         stream26_0.WriteString(this.method_7());
         stream26_0.WriteByte2(0);
         stream26_0.WriteNBytes(0, AbstractTreeNode1.smethod_0(stream26_0.Position));
         return;
     }
     stream26_0.WriteNBytes(0, 8);
 }