Package | Description |
---|---|
org.cip4.jdflib.cformat |
Provides classes allowing printf and scanf functionality for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintfStream.printf(PrintfFormat fmt,
char x)
Prints a char in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
char x)
Prints a char in accordance with the supplied
PrintfFormat object.
|
void |
PrintfStream.printf(PrintfFormat fmt,
double x)
Prints a double in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
double x)
Prints a double in accordance with the supplied
PrintfFormat object.
|
void |
PrintfStream.printf(PrintfFormat fmt,
float x)
Prints a float in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
float x)
Prints a float in accordance with the supplied
PrintfFormat object.
|
void |
PrintfStream.printf(PrintfFormat fmt,
int x)
Prints an int in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
int x)
Prints an int in accordance with the supplied
PrintfFormat object.
|
void |
PrintfStream.printf(PrintfFormat fmt,
long x)
Prints a long in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
long x)
Prints a long in accordance with the supplied
PrintfFormat object.
|
void |
PrintfStream.printf(PrintfFormat fmt,
String x)
Prints a String in accordance with the supplied
PrintfFormat object.
|
void |
PrintfWriter.printf(PrintfFormat fmt,
String x)
Prints a String in accordance with the supplied
PrintfFormat object.
|
Copyright © 2018. All rights reserved.