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

MemBuf() public method

public MemBuf ( byte bytes ) : System.IO
bytes byte
return System.IO
        public MemBuf(byte[] bytes)
            : this(bytes, bytes.Length)
        {
        }

Same methods

MemBuf::MemBuf ( byte bytes, int size ) : System.IO
MemBuf::MemBuf ( int capacity ) : System.IO