From 8de129270af0258ffa66ba615deee64dc65a9f78 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sat, 16 Sep 2017 09:55:10 +0700 Subject: Add class summary --- crypto/test/src/util/test/UncloseableStream.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypto/test/src/util') diff --git a/crypto/test/src/util/test/UncloseableStream.cs b/crypto/test/src/util/test/UncloseableStream.cs index 2a3b4229b..0a7a16e66 100644 --- a/crypto/test/src/util/test/UncloseableStream.cs +++ b/crypto/test/src/util/test/UncloseableStream.cs @@ -5,6 +5,11 @@ using Org.BouncyCastle.Utilities.IO; namespace Org.BouncyCastle.Utilities.Test { + /// + /// This is a testing utility class to check the property that a Stream is never + /// closed in some particular context - typically when wrapped by another Stream that + /// should not be forwarding its Stream.Close() calls. Not needed in production code. + /// public class UncloseableStream : FilterStream { -- cgit 1.4.1