Beispiel #1
0
    private static string smethod_1(BinaryReader A_0)
    {
        A_0.ReadUInt16();
        string str = Class813.smethod_14(A_0);

        A_0.ReadUInt16();
        A_0.ReadUInt16();
        for (int i = 0; i < 5; i++)
        {
            A_0.ReadInt32();
        }
        if (A_0.ReadInt32() > 0)
        {
            int count = A_0.ReadInt32();
            A_0.ReadInt16();
            byte[] bytes = A_0.ReadBytes(count);
            return(Encoding.Unicode.GetString(bytes));
        }
        return(str);
    }