Index: src/Common/DelftTools.Utils/Serialization/IMemoryStreamByteCompressor.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Utils/Serialization/IMemoryStreamByteCompressor.cs (.../IMemoryStreamByteCompressor.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Utils/Serialization/IMemoryStreamByteCompressor.cs (.../IMemoryStreamByteCompressor.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -2,16 +2,16 @@ namespace DelftTools.Utils.Serialization { - /// - /// Interface to implement on specialized compressor classes to compress a passed-in memory stream - /// - public interface IMemoryStreamByteCompressor: IByteCompressor - { - /// - /// Compresses the specified memory stream. - /// - /// The memory stream. - /// the data in the memory stream in compressed format. - byte[] Compress(MemoryStream memoryStream); - } + /// + /// Interface to implement on specialized compressor classes to compress a passed-in memory stream + /// + public interface IMemoryStreamByteCompressor : IByteCompressor + { + /// + /// Compresses the specified memory stream. + /// + /// The memory stream. + /// the data in the memory stream in compressed format. + byte[] Compress(MemoryStream memoryStream); + } } \ No newline at end of file