|
sharkysoft.com | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 1997-2004 Sharkysoft (sharkysoft.com). All rights reserved.