sharkysoft.com

Uses of Class
com.sharkysoft.printf.PrintfTemplate

Packages that use PrintfTemplate
com.sharkysoft.printf Formats text and data using C-style printf expressions. 
 

Uses of PrintfTemplate in com.sharkysoft.printf
 

Methods in com.sharkysoft.printf with parameters of type PrintfTemplate
static java.lang.String Printf.format(PrintfTemplate ipTemplate, java.lang.Object[] ioapData)
          Formats data to string.
static int Printf.out(PrintfTemplate ipTemplate, java.lang.Object[] ioapData)
          Formats data to stdout.
static int Printf.write(java.io.Writer ipWriter, PrintfTemplate ipTemplate, java.lang.Object[] ioapData)
          Formats data to stream.
 


sharkysoft.com

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