Method | Description | |
---|---|---|
Compress ( byte bytes ) : byte[] |
Compresses the given bytes using a gZip algorithm
|
|
CopyTo ( |
Copies from one stream to another
|
|
Unzip ( byte bytes ) : byte[] |
DeCompresses the given bytes using a gZip algorithm
|
public static Compress ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static CopyTo ( |
||
src | ||
dest | ||
return | void |