bigloo.mmaps.mmaps C# (CSharp) Method

mmaps() public method

public mmaps ( byte s, bool r, bool w ) : System
s byte
r bool
w bool
return System
        public mmaps( byte[] s, bool r, bool w )
            : base(s)
        {
            reada = r;
             writea = w;
        }