summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:22:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:22:45 +0000
commitf5c19c5911f00034c0b112ea125da8730e8ffbbe (patch)
tree787ff2a92f529594d614b5a2ff2e73f15a81e2aa /cpukit
parentThis commit was generated by cvs2svn to compensate for changes in r12474, (diff)
parentImport from zlib-1.2.4 (diff)
downloadrtems-f5c19c5911f00034c0b112ea125da8730e8ffbbe.tar.bz2
This commit was generated by cvs2svn to compensate for changes in r12476,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/zlib/contrib/dotzlib/DotZLib/GZipStream.cs18
1 files changed, 9 insertions, 9 deletions
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;
}
}
-
+
/// <summary>
/// Returns false.
@@ -96,7 +96,7 @@ namespace DotZLib
return false;
}
}
-
+
/// <summary>
/// Returns true if this tsream is writeable, false otherwise
/// </summary>
@@ -108,7 +108,7 @@ namespace DotZLib
}
}
#endregion
-
+
#region Destructor & IDispose stuff
/// <summary>
@@ -137,7 +137,7 @@ namespace DotZLib
}
}
#endregion
-
+
#region Basic reading and writing
/// <summary>
/// Attempts to read a number of bytes from the stream.
@@ -244,7 +244,7 @@ namespace DotZLib
{
throw new NotSupportedException();
}
-
+
/// <summary>
/// Not suppported.
/// </summary>
@@ -256,7 +256,7 @@ namespace DotZLib
{
throw new NotSupportedException();
}
-
+
/// <summary>
/// Flushes the <c>GZipStream</c>.
/// </summary>
@@ -266,7 +266,7 @@ namespace DotZLib
{
// left empty on purpose
}
-
+
/// <summary>
/// Gets/sets the current position in the <c>GZipStream</c>. Not suppported.
/// </summary>
@@ -283,7 +283,7 @@ namespace DotZLib
throw new NotSupportedException();
}
}
-
+
/// <summary>
/// Gets the size of the stream. Not suppported.
/// </summary>