summary refs log tree commit diff
path: root/crypto/src/openpgp/IStreamGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openpgp/IStreamGenerator.cs')
-rw-r--r--crypto/src/openpgp/IStreamGenerator.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/src/openpgp/IStreamGenerator.cs b/crypto/src/openpgp/IStreamGenerator.cs
new file mode 100644
index 000000000..379213a66
--- /dev/null
+++ b/crypto/src/openpgp/IStreamGenerator.cs
@@ -0,0 +1,7 @@
+namespace Org.BouncyCastle.Bcpg.OpenPgp
+{
+	public interface IStreamGenerator
+	{
+		void Close();
+	}
+}