GeneralUtility members
Contains general utility methods that are used for compression and decompression.
The GeneralUtility type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeneralUtility | Instantiates a GeneralUtility object. |
Top
Methods
Name | Description | |
---|---|---|
Compress | Compresses a byte array. | |
CompressFromObject | Serializes an object to a compressed format. | |
Decompress | Decompresses a byte array. | |
DecompressToObject | Deserializes an object from the compressed format. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StringToXMLDoc | Creates an XmlDocument from data that is contained in a string. | |
ToString | (Inherited from Object.) |
Top