Click here to Skip to main content
15,879,184 members
Articles / Programming Languages / C#

MemoryStream Compression

Rate me:
Please Sign up or sign in to vote.
3.43/5 (36 votes)
20 Jun 20044 min read 309K   2.8K   54  
MemoryStream based compression based on SharpZipLib.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSCompTest", "MSCompTest.csproj", "{CA298728-D8DD-4521-9F64-3BADAC8263B3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{CA298728-D8DD-4521-9F64-3BADAC8263B3}.Debug.ActiveCfg = Debug|.NET
		{CA298728-D8DD-4521-9F64-3BADAC8263B3}.Debug.Build.0 = Debug|.NET
		{CA298728-D8DD-4521-9F64-3BADAC8263B3}.Release.ActiveCfg = Release|.NET
		{CA298728-D8DD-4521-9F64-3BADAC8263B3}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Canada Canada
Short and simple, I'm a self contracted programmer, my strongest programming skills are in C/C++ and C#/.NET. I have a nack for porting C algorithms to C#.

Comments and Discussions