1 2 3 4 5 6 7
namespace Org.BouncyCastle.Bcpg.OpenPgp { public interface IStreamGenerator { void Close(); } }