Uses of Class
org.cip4.jdflib.cformat.ScanfMatchException

Packages that use ScanfMatchException
org.cip4.jdflib.cformat Provides classes allowing printf and scanf functionality for Java. 
org.cip4.jdflib.util   
 

Uses of ScanfMatchException in org.cip4.jdflib.cformat
 

Methods in org.cip4.jdflib.cformat that throw ScanfMatchException
 char ScanfReader.scanChar()
          Scan and return a single character, using the default format string "%c".
 char ScanfReader.scanChar(String s)
          Scan and return a single character.
 char[] ScanfReader.scanChars(int n)
          Scan and return a character array, using the default format string "%c", with the field width (number of characters to read) supplanted by the argument n.
 char[] ScanfReader.scanChars(String s)
          Scan and return a character array, whose size is determined by the field width specified in the format string (with a default width of 1 being assumed if no width is specified).
 long ScanfReader.scanDec()
          Scan and return a signed decimal (long) integer, using the default format string "%d".
 long ScanfReader.scanDec(String s)
          Scan and return a signed decimal (long) integer.
 double ScanfReader.scanDouble()
          Scan and return a double, using the default format string "%f".
 double ScanfReader.scanDouble(ScanfFormat fmt)
          Scan and return a double, using a pre-allocated ScanfFormat object.
 double ScanfReader.scanDouble(String s)
          Scan and return a double.
 float ScanfReader.scanFloat()
          Scan and return a float, using the default format string "%f".
 float ScanfReader.scanFloat(ScanfFormat fmt)
          Scan and return a float, using a pre-allocated ScanfFormat object.
 float ScanfReader.scanFloat(String s)
          Scan and return a float.
 long ScanfReader.scanHex()
          Scan and return a hex (long) integer, using the default format string "%x".
 long ScanfReader.scanHex(String s)
          Scan and return a hex (long) integer.
 int ScanfReader.scanInt()
          Scan and return a signed integer, using the default format string "%i".
 int ScanfReader.scanInt(String s)
          Scan and return a signed integer.
 long ScanfReader.scanLong()
          Scan and return a signed (long) integer, using the default format string "%i".
 long ScanfReader.scanLong(String s)
          Scan and return a signed (long) integer.
 long ScanfReader.scanOct()
          Scan and return an octal (long) integer, using the default format string "%o".
 long ScanfReader.scanOct(String s)
          Scan and return an octal (long) integer.
 String ScanfReader.scanString()
          Scan and return a String, using the default format string "%s".
 String ScanfReader.scanString(String s)
          Scan and return a String.
 

Uses of ScanfMatchException in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that throw ScanfMatchException
 double SScanf.scanDouble(ScanfFormat fmt)
           
 



Copyright © 2013. All Rights Reserved.