- Notifications
You must be signed in to change notification settings - Fork 2
Home
driedler edited this page Mar 7, 2013 · 4 revisions
This is a quick implementation of C std function sscanf for Java
To install in you project: Copy Sscanf.java and SscanfFormat.java to your project
Check out SscanfTest.java which gives examples of how to use this util
Code was heavily borrowed from: Jodd Printf