Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.ConvenienceLib.CompDecomp Class Reference

Static class that contains methods to compress and decompress a stream using the deflate algorithm More...

Static Public Member Functions

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...
 

Detailed Description

Static class that contains methods to compress and decompress a stream using the deflate algorithm

Member Function Documentation

static long Greet.ConvenienceLib.CompDecomp.Compress ( Stream  inp,
Stream  outp 
)
static

Compresses a stream using the deflate algorithm

Parameters
inpStream that we desire to compress
outpCompressed 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
inpCompressed stream that we desire to decompress
outpDecompressed output
Returns
Lengtyh of the decompressed stream in bytes

The documentation for this class was generated from the following file: