Fanx.Fcode.FBuf.FBuf C# (CSharp) Method

FBuf() public method

public FBuf ( byte buf, int len ) : System
buf byte
len int
return System
        public FBuf(byte[] buf, int len)
        {
            this.m_buf = buf;
              this.m_len = len;
        }