From 7baa3d795c87c11550f1686488c968320428cbf9 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 22 Jun 2012 15:53:45 +0200 Subject: Switch to zlib 1.2.7 --- zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'zlib/contrib/dotzlib/DotZLib/GZipStream.cs') diff --git a/zlib/contrib/dotzlib/DotZLib/GZipStream.cs b/zlib/contrib/dotzlib/DotZLib/GZipStream.cs index f861675b5..b161300b1 100644 --- a/zlib/contrib/dotzlib/DotZLib/GZipStream.cs +++ b/zlib/contrib/dotzlib/DotZLib/GZipStream.cs @@ -1,7 +1,7 @@ // // © Copyright Henrik Ravn 2004 // -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. +// Use, modification and distribution are subject to the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // @@ -84,7 +84,7 @@ namespace DotZLib return !_isWriting; } } - + /// /// Returns false. @@ -96,7 +96,7 @@ namespace DotZLib return false; } } - + /// /// Returns true if this tsream is writeable, false otherwise /// @@ -108,7 +108,7 @@ namespace DotZLib } } #endregion - + #region Destructor & IDispose stuff /// @@ -137,7 +137,7 @@ namespace DotZLib } } #endregion - + #region Basic reading and writing /// /// Attempts to read a number of bytes from the stream. @@ -244,7 +244,7 @@ namespace DotZLib { throw new NotSupportedException(); } - + /// /// Not suppported. /// @@ -256,7 +256,7 @@ namespace DotZLib { throw new NotSupportedException(); } - + /// /// Flushes the GZipStream. /// @@ -266,7 +266,7 @@ namespace DotZLib { // left empty on purpose } - + /// /// Gets/sets the current position in the GZipStream. Not suppported. /// @@ -283,7 +283,7 @@ namespace DotZLib throw new NotSupportedException(); } } - + /// /// Gets the size of the stream. Not suppported. /// -- cgit v1.2.3