bigloo.buffer.buffer C# (CSharp) Method

buffer() public method

public buffer ( int size ) : System
size int
return System
        public buffer( int  size )
        {
            buf= new byte[size + 3];
              pos= 0;
        }