Fanx.Fcode.FBuf.FBuf C# (CSharp) Méthode

FBuf() public méthode

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