From 7c66a0d92b6199c31a771f00a76fa9bef3ef38bc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Oct 2005 07:22:45 +0000 Subject: Import from zlib-1.2.4 --- cpukit/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cpukit/zlib/contrib') diff --git a/cpukit/zlib/contrib/dotzlib/DotZLib/GZipStream.cs b/cpukit/zlib/contrib/dotzlib/DotZLib/GZipStream.cs index f861675b51..b161300b18 100644 --- a/cpukit/zlib/contrib/dotzlib/DotZLib/GZipStream.cs +++ b/cpukit/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