summary refs log tree commit diff
path: root/Crypto/src/openpgp/IStreamGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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(); + } +}