Beispiel #1
0
 public virtual void vmethod_0(Stream26 stream260)
 {
     Byte0 = stream260.ReadByte2();
     if (Byte0 != 10)
     {
         throw new Exception(string.Concat("Unknown : ", Byte0, " at position : ", stream260.Position));
     }
     Int0 = new[]
     {
         stream260.ReadInt()
     };
     while (stream260.Length > stream260.Position)
     {
         int num = stream260.ReadByte2();
         if (num == 10)
         {
             stream260.Position -= 1L;
             var @class = new Class324();
             @class.vmethod_0(stream260);
             List0.Add(@class);
         }
         else
         {
             if (num == 0)
             {
                 break;
             }
             stream260.Position -= 1L;
             var class2 = new ZzStreamClass325();
             class2.vmethod_0(stream260);
             List0.Add(class2);
         }
     }
 }
Beispiel #2
0
        public override void vmethod_0(Stream26 stream26_0)
        {
            this.byte_0 = stream26_0.ReadByte2();
            this.int_0  = new int[]
            {
                stream26_0.ReadInt()
            };
            byte byte_ = this.byte_0;

            switch (byte_)
            {
            case 1:
                this.object_0 = stream26_0.ReadInt();
                return;

            case 2:
                this.object_0 = stream26_0.ReadFloat();
                return;

            case 3:
                break;

            case 4:
                this.object_0 = stream26_0.ReadUnicodeString();
                return;

            default:
                switch (byte_)
                {
                case 13:
                    this.int_0 = new int[]
                    {
                        this.int_0[0],
                        stream26_0.ReadInt()
                    };
                    return;

                case 14:
                case 16:
                    this.object_0 = stream26_0.ReadByte2();
                    return;

                case 15:
                    break;

                case 17:
                    this.object_0 = stream26_0.ReadShort();
                    break;

                default:
                    return;
                }
                break;
            }
        }
Beispiel #3
0
        public override void vmethod_0(Stream26 stream260)
        {
            Byte0 = stream260.ReadByte2();
            Int0  = new[]
            {
                stream260.ReadInt()
            };
            var byte_ = Byte0;

            switch (byte_)
            {
            case 1:
                Object0 = stream260.ReadInt();
                return;

            case 2:
                Object0 = stream260.ReadFloat();
                return;

            case 3:
                break;

            case 4:
                Object0 = stream260.ReadUnicodeString();
                return;

            default:
                switch (byte_)
                {
                case 13:
                    Int0 = new[]
                    {
                        Int0[0],
                        stream260.ReadInt()
                    };
                    return;

                case 14:
                case 16:
                    Object0 = stream260.ReadByte2();
                    return;

                case 15:
                    break;

                case 17:
                    Object0 = stream260.ReadShort();
                    break;

                default:
                    return;
                }
                break;
            }
        }
Beispiel #4
0
 public virtual void vmethod_0(Stream26 stream26_0)
 {
     this.byte_0 = stream26_0.ReadByte2();
     if (this.byte_0 != 10)
     {
         throw new Exception(string.Concat(new object[]
         {
             "Unknown : ",
             this.byte_0,
             " at position : ",
             stream26_0.Position
         }));
     }
     this.int_0 = new int[]
     {
         stream26_0.ReadInt()
     };
     while (stream26_0.Length > stream26_0.Position)
     {
         int num = (int)stream26_0.ReadByte2();
         if (num == 10)
         {
             stream26_0.Position -= 1L;
             Class324 @class = new Class324();
             @class.vmethod_0(stream26_0);
             this.list_0.Add(@class);
         }
         else
         {
             if (num == 0)
             {
                 break;
             }
             stream26_0.Position -= 1L;
             zzStreamClass325 class2 = new zzStreamClass325();
             class2.vmethod_0(stream26_0);
             this.list_0.Add(class2);
         }
     }
 }