CkCompression Java Programming
Reference Documentation

CkCompression

(Not yet released) Data compression component implementing the PPMD, Bzip2, Deflate, and LZW compression algorithms. .NET, ActiveX, and C++ implementations provide progress monitoring and abort capabilities. Provides a unified API for all supported compression algorithms.

Properties

// str is a CkString object (output)
get_Charset( str )

// newVal is a string (input)
put_Charset( newVal )

To be documented soon...

// str is a CkString object (output)
get_EncodingMode( str )

// newVal is a string (input)
put_EncodingMode( newVal )

To be documented soon...

// str is a CkString object (output)
LastErrorHtml( str )

Error information in HTML format for the last method called.

// str is a CkString object (output)
LastErrorText( str )

Error information in plain-text format for the last method called.

// str is a CkString object (output)
LastErrorXml( str )

Error information in XML format for the last method called.

Methods

// filename is a string (input)
// Returns a boolean value
SaveLastError( filename )

Saves the last error information to an XML formatted file.

// unlockCode is a string (input)
// Returns a boolean value
UnlockComponent( unlockCode )

To be documented soon...

// Returns a string
charset( )

To be documented soon...

// Returns a string
encodingMode( )

To be documented soon...

// Returns a string
lastErrorHtml( )

Error information in HTML format for the last method called.

// Returns a string
lastErrorText( )

Error information in plain-text format for the last method called.

// Returns a string
lastErrorXml( )

Error information in XML format for the last method called.