Пример #1
0
        protected internal void method_0(Class74 stream)
        {
            stream.method_25(4L);
            int capacity = (int)stream.method_8();

            stream.method_25(6L);
            this.idictionary_0 = (IDictionary <string, Class41>) new Dictionary <string, Class41>(capacity);
            for (int index = 0; index < capacity; ++index)
            {
                Class41 class41 = new Class41(stream.method_20(), stream.method_14(), stream.method_14(), stream.method_14());
                this.idictionary_0.Add(class41.TableName, class41);
            }
        }
Пример #2
0
        protected internal override void vmethod_0(Class80 reader)
        {
            Class74 stream = reader.Stream;

            this.ushort_0 = stream.method_8();
            this.short_0  = stream.method_4();
            this.ushort_1 = stream.method_8();
            this.ushort_2 = stream.method_8();
            this.ushort_3 = (ushort)((uint)stream.method_8() & 4294967294U);
            this.short_1  = stream.method_4();
            this.short_2  = stream.method_4();
            this.short_3  = stream.method_4();
            this.short_4  = stream.method_4();
            this.short_5  = stream.method_4();
            this.short_6  = stream.method_4();
            this.short_7  = stream.method_4();
            this.short_8  = stream.method_4();
            this.short_9  = stream.method_4();
            this.short_10 = stream.method_4();
            short num = stream.method_4();

            this.byte_0 = (byte)((uint)num >> 8);
            this.byte_1 = (byte)((uint)num & (uint)byte.MaxValue);
            stream.method_24(this.byte_2, 0, this.byte_2.Length);
            this.uint_0     = stream.method_14();
            this.uint_1     = stream.method_14();
            this.uint_2     = stream.method_14();
            this.uint_3     = stream.method_14();
            this.sbyte_0[0] = stream.method_2();
            this.sbyte_0[1] = stream.method_2();
            this.sbyte_0[2] = stream.method_2();
            this.sbyte_0[3] = stream.method_2();
            this.ushort_4   = stream.method_8();
            this.ushort_5   = stream.method_8();
            this.ushort_6   = stream.method_8();
            this.short_11   = stream.method_4();
            this.short_12   = stream.method_4();
            this.short_13   = stream.method_4();
            this.ushort_7   = stream.method_8();
            this.ushort_8   = stream.method_8();
            this.uint_4     = stream.method_14();
            this.uint_5     = stream.method_14();
            this.short_14   = stream.method_4();
            this.short_15   = stream.method_4();
            this.ushort_9   = stream.method_8();
            this.ushort_10  = stream.method_8();
            this.ushort_11  = stream.method_8();
        }
Пример #3
0
        protected internal override void vmethod_0(Class80 reader)
        {
            Class74 stream        = reader.Stream;
            bool    isShortFormat = reader.method_3().IsShortFormat;
            int     capacity      = reader.method_4().GlyphCount + 1;

            this.ilist_0 = (IList <uint>) new List <uint>(capacity);
            for (int index = 0; index < capacity; ++index)
            {
                this.ilist_0.Insert(index, isShortFormat ? (uint)stream.method_8() << 1 : stream.method_14());
            }
        }