Executes the title template for a feature writing the results to an output stream.
This method is convenience for: description( feature, new OutputStreamWriter( output ) );
@param feature The feature to execute the template against.
@param output The output to write the result of the template to.
@throws IOException Any errors that occur during execution of the template.
Executes the title template for a feature writing the results to an output stream.
This method is convenience for: description( feature, new OutputStreamWriter( output ) );
@param feature The feature to execute the template against.
@param output The output to write the result of the template to.
@throws IOException Any errors that occur during execution of the template.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.