Example #1
0
 public Class5(Class8 class8_1, IPEndPoint ipendPoint_1, CbGeneric <Interface5, IMessageHandler> pointer, int int_5) : base(class8_1.method_2(), ipendPoint_1, pointer, int_5)
 {
     this.int_3    = 0;
     this.class8_0 = class8_1;
     this.byte_0   = new byte[this.class8_0.cXkPpBiZo7()];
     this.int_4    = GenericKMP.Next <byte>(class8_1.method_4());
 }
Example #2
0
    public string kjfPdghQbi()
    {
        int num = GenericKMP.ExecuteKMP <byte>(this.byte_0, 0, this.int_3, this.class8_0.method_4(), this.int_4);

        if (num < 0)
        {
            return(null);
        }
        byte[] dst = new byte[num + this.class8_0.method_4().Length];
        Buffer.BlockCopy(this.byte_0, 0, dst, 0, dst.Length);
        if (this.int_3 != dst.Length)
        {
            Buffer.BlockCopy(this.byte_0, dst.Length, this.byte_0, 0, this.int_3 - dst.Length);
        }
        this.int_3 -= dst.Length;
        return(this.class8_0.method_0().imethod_8(dst, 0, dst.Length));
    }