Static class that contains methods to compress and decompress a stream using the deflate algorithm
More...
|
| static long | Compress (Stream inp, Stream outp) |
| | Compresses a stream using the deflate algorithm More...
|
| |
| static long | Decompress (Stream inp, Stream outp) |
| | Decompresses a stream using the deflate algorithm More...
|
| |
Static class that contains methods to compress and decompress a stream using the deflate algorithm
| static long Greet.ConvenienceLib.CompDecomp.Compress |
( |
Stream |
inp, |
|
|
Stream |
outp |
|
) |
| |
|
static |
Compresses a stream using the deflate algorithm
- Parameters
-
| inp | Stream that we desire to compress |
| outp | Compressed stream |
- Returns
- Length of the compressed stream in bytes
| static long Greet.ConvenienceLib.CompDecomp.Decompress |
( |
Stream |
inp, |
|
|
Stream |
outp |
|
) |
| |
|
static |
Decompresses a stream using the deflate algorithm
- Parameters
-
| inp | Compressed stream that we desire to decompress |
| outp | Decompressed output |
- Returns
- Lengtyh of the decompressed stream in bytes
The documentation for this class was generated from the following file:
- C:/Users/ddieffenthaler/Desktop/SVN/source/greet-dev/main/Lib/Convenience/CompDecomp.cs