Skip to content

daren-thomas/deflate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

deflate

This project provides two simple programs:

  • deflate.exe
  • inflate.exe

They are implented using the System.IO.Compression.DeflateStream provided in .NET.

Usage:

C:\> type MYFILE | deflate.exe > MYFILE.deflated
C:\> type MYFILE.deflated | inflate.exe > MYFILE

About

Automatically exported from code.google.com/p/deflate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages