Org.BouncyCastle.Crypto.IO.DigestStream.SetLength C# (CSharp) Method

SetLength() public method

public SetLength ( long length ) : void
length long
return void
		public override void SetLength(
			long length)
		{
			stream.SetLength(length);
		}
	}