Chilkat VB.NET Bz2 Class Reference
Bz2
(Not yet released) Provides the ability to read and write .bz2 compressed files using the BZip2 compression algorithm.
Properties
EnableEvents As Boolean
To be documented soon...
LastErrorHtml As String (ReadOnly)
Error information in HTML format for the last method called.
LastErrorText As String (ReadOnly)
Error information in plain-text format for the last method called.
LastErrorXml As String (ReadOnly)
Error information in XML format for the last method called.
Methods
Function SaveLastError(ByVal filename As String) As Boolean
Saves the last error information to an XML formatted file.
|