|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScanfFormat | |
|---|---|
| org.cip4.jdflib.cformat | Provides classes allowing printf and scanf functionality for Java. |
| org.cip4.jdflib.util | |
| Uses of ScanfFormat in org.cip4.jdflib.cformat |
|---|
| Methods in org.cip4.jdflib.cformat with parameters of type ScanfFormat | |
|---|---|
char |
ScanfReader.scanChar(ScanfFormat fmt)
Scan and return a single character, using a pre-allocated ScanfFormat object. |
char[] |
ScanfReader.scanChars(ScanfFormat fmt)
Scan and return a character array, using a pre-allocated ScanfFormat object. |
long |
ScanfReader.scanDec(ScanfFormat fmt)
Scan and return a signed decimal (long) integer, using a pre-allocated ScanfFormat object. |
double |
ScanfReader.scanDouble(ScanfFormat fmt)
Scan and return a double, using a pre-allocated ScanfFormat object. |
float |
ScanfReader.scanFloat(ScanfFormat fmt)
Scan and return a float, using a pre-allocated ScanfFormat object. |
long |
ScanfReader.scanHex(ScanfFormat fmt)
Scan and return a hex (long) integer, using a pre-allocated ScanfFormat object. |
int |
ScanfReader.scanInt(ScanfFormat fmt)
Scan and return a signed integer, using a pre-allocated ScanfFormat object. |
long |
ScanfReader.scanLong(ScanfFormat fmt)
Scan and return a signed (long) integer, using a pre-allocated ScanfFormat object. |
long |
ScanfReader.scanOct(ScanfFormat fmt)
Scan and return an octal (long) integer, using a pre-allocated ScanfFormat object. |
String |
ScanfReader.scanString(ScanfFormat fmt)
Scan and return a String, using a pre-allocated ScanfFormat object. |
| Uses of ScanfFormat in org.cip4.jdflib.util |
|---|
| Methods in org.cip4.jdflib.util with parameters of type ScanfFormat | |
|---|---|
double |
SScanf.scanDouble(ScanfFormat fmt)
|
String |
SScanf.scanString(ScanfFormat fmt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||