Jeff's Java Scanf Library is an implementation of the C-Runtime scanf, fscanf, and sscanf functions. The syntax of format strings is very similar (%*s, %3d, etc.) to that of the standard C implementation of scanf. Instead of taking wrapper objects, all scanf functions return an Object[], whose types can be inferred from the format string.
| Tags | education Software Development Libraries Java Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux OS Independent Windows Mac OS X Mac OS X |
| Implementation | Java J2ME |
Recent releases


Release Notes: Javadocs and packaging have been added. All classes are now members of the com.bleugris.io package. %c and %s can now be qualified with a [] pattern or a [^] pattern. The old manner of parsing has been replaced with the java.util.regex package. One may now force the conversion type to an applicable wrapper (e.g. force %d to return a java.lang.Short), or still allow for default conversion.


No changes have been submitted for this release.