Formats text and data using C-style printf expressions.

Details: Package com.sharkysoft.printf formats text and data using C-style printf expressions. The main interface to this package is the {@link com.sharkysoft.printf.Printf} class, which includes static methods for formatting data to the console, streams, and buffers. The output format in a printf expression is generally given in a {@link com.sharkysoft.printf.PrintfTemplate}, while the data being formatted may be supplied in a {@link com.sharkysoft.printf.PrintfData}.

For examples on how to use Printf for Java more effectively, please consult the collection of Printf for Java literature.