Fan.Sys.MemBuf.setByte C# (CSharp) Method

setByte() private method

private setByte ( long pos, int x ) : void
pos long
x int
return void
        internal override void setByte(long pos, int x)
        {
            m_buf[(int)pos] = (byte)x;
        }