Projects / Jeff's Java Scanf Library

Jeff's Java Scanf Library

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
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  25 Sep 2005 19:02

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.

Screenshot

Project Spotlight

Cainteoir Engine

Software to listen to and record electronic documents.

Screenshot

Project Spotlight

GNU libmicrohttpd

A C library providing HTTP server functionality.