|
Sharkysoft home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrintfFormatString | |
lava.clib | Ports of functions from the standard C library. |
lava.clib.stdio | Emulates features in C's stdio library. |
Uses of PrintfFormatString in lava.clib |
Methods in lava.clib with parameters of type PrintfFormatString | |
static int |
Stdio.printf(PrintfFormatString format,
java.lang.Object[] args)
Formats data and writes the result to System.out . |
static int |
Stdio.sprintf(java.lang.StringBuffer buff,
PrintfFormatString format,
java.lang.Object[] args)
Formats data and stores the result in a StringBuffer. |
static int |
Stdio.fprintf(java.io.Writer writer,
PrintfFormatString format,
java.lang.Object[] args)
Formats data and sends the result to a Writer . |
static int |
Stdio.fprintf(java.io.PrintStream printstream,
PrintfFormatString format,
java.lang.Object[] args)
Formats data and sends the result to a PrintStream . |
static int |
Stdio.fprintf(java.io.PrintWriter printwriter,
PrintfFormatString format,
java.lang.Object[] args)
Formats data and sends the result to a PrintWriter . |
Uses of PrintfFormatString in lava.clib.stdio |
Methods in lava.clib.stdio with parameters of type PrintfFormatString | |
static java.lang.String |
Printf.format(PrintfFormatString format,
java.lang.Object[] args)
Formats data and text using a precompiled format string. |
|
Sharkysoft home | |||||||||
PREV NEXT | FRAMES NO FRAMES |