Chilkat C# Bz2 Class Reference
Bz2
(Not yet released) Provides the ability to read and write .bz2 compressed files using the BZip2 compression algorithm.
Properties
public bool EnableEvents {get; set; }
To be documented soon...
public string LastErrorHtml {get; }
Error information in HTML format for the last method called.
public string LastErrorText {get; }
Error information in plain-text format for the last method called.
public string LastErrorXml {get; }
Error information in XML format for the last method called.
Methods
public bool SaveLastError(string filename);
Saves the last error information to an XML formatted file.
|