Here is an inline example:
void doDump( )
boolean getCompress( )
string getDatabase( )
void getDatabaseData( [boolean $hexValue = true])
boolean getDatabaseStructure( )
string getOutputFile( )
void getTableData( string $table, [boolean $hexValue = true])
void getTableStructure( string $table)
void MYSQLDump( [string $db = null], [string $filepath = 'dump.sql'], [boolean $compress = false], [boolean $hexValue = false])
void setCompress( boolean $compress)
void setDatabase( string $db)
void setOutputFile( string $filepath)
void writeDump( $filename)