|
Craig's Utility Library
4.0 Beta
|
Compression manager More...
Public Member Functions | |
| Manager (IEnumerable< ICompressor > Compressors) | |
| Constructor More... | |
| byte[] | Compress (byte[] Data, string Compressor) |
| Compresses the data More... | |
| byte[] | Decompress (byte[] Data, string Compressor) |
| Decompresses the data More... | |
| override string | ToString () |
| String info for the manager More... | |
Properties | |
| IDictionary< string, ICompressor > | Compressors [get] |
| Compressors More... | |
Compression manager
Definition at line 35 of file Manager.cs.
| Utilities.IO.Compression.Manager.Manager | ( | IEnumerable< ICompressor > | Compressors | ) |
| byte [] Utilities.IO.Compression.Manager.Compress | ( | byte[] | Data, |
| string | Compressor | ||
| ) |
Compresses the data
| Data | Data to compress |
| Compressor | Compressor name |
Definition at line 58 of file Manager.cs.
| byte [] Utilities.IO.Compression.Manager.Decompress | ( | byte[] | Data, |
| string | Compressor | ||
| ) |
Decompresses the data
| Data | Data to decompress |
| Compressor | Compressor name |
Definition at line 70 of file Manager.cs.
| override string Utilities.IO.Compression.Manager.ToString | ( | ) |
String info for the manager
Definition at line 80 of file Manager.cs.
|
get |
Compressors
Definition at line 50 of file Manager.cs.