SetLength() public method

public SetLength ( long value ) : void
value long
return void
Ejemplo n.º 1
0
		public void SetLength () 
		{
			DebugStream debug = new DebugStream ();
			cs = new CryptoStream (debug, encryptor, CryptoStreamMode.Read);
			cs.SetLength (0);
		}