sharkysoft.com

Package com.sharkysoft.printf

Formats text and data using C-style printf expressions.

See:
          Description

Class Summary
Printf Main Printf For Java interface.
PrintfData Syntactic sugar for variable argument lists.
PrintfTemplate Precompiled formatting template.
 

Exception Summary
PrintfTemplateException Signals malformed printf format.
 

Package com.sharkysoft.printf Description

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 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 PrintfTemplate, while the data being formatted may be supplied in a PrintfData.

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


sharkysoft.com

Copyright © 1997-2004 Sharkysoft (sharkysoft.com). All rights reserved.