sigio.jar

sigio.jar is a small collection of utility classes that I have developed over the past couple of years while programming in Java.

It presently contains five packages:

com.sigio.games.dice
Classes to simulate dice for games or other purposes.
com.sigio.io
Classes for input/output. Presently has a couple of FilenameFilter subclasses that come in handy.
com.sigio.json
Classes to read and to write JSON format data as specified in RFC4627.
com.sigio.sql
Two classes that have been useful when writing JDBC database applications.
com.sigio.util
Meant to be a hodge podge of various utility classes, but currently contains classes for transforming some numeric values from one measurement sytem to another, such as Fahrenheit to Centrigrade.

The sigio.jar source code is currently available on github.

sigio.jar is distributed under the terms of the GNU Lesser General Public License version 3, or later.

LGPL V3 Logo