Fanx.Fcode.FBuf.FBuf C# (CSharp) 메소드

FBuf() 공개 메소드

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