Sharkysoft: software: lava: jPrintf (Printf for Java):

overview

The most popular feature of the Lava class library has always been jPrintf (Printf for Java), an object-oriented, Java-centric port of C's most heavily used function, printf. The flexible and concise formatting syntax of printf has been used for decades to produce neatly formatted textual output. jPrintf brings easy text and number formatting to Java.

Here are some useful documents about jPrintf:

  • Introduction To jPrintf
  • Optimizing jPrintf Calls
  • Complete jPrintf Format String Specification
  • [ Back to jPrintf Home ]