-
Notifications
You must be signed in to change notification settings - Fork 0
A small collection of utility classes for Java.
Dyrcona/sigio.jar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README for sigio.jar This README is rather short, because I assume you know what you are doing. sigio.jar is a small collection of utility classes that I have developed over the past several 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. You can make a jar file containing the classes with the included Makefile. Simply type make on the command line and you will soon have sigio.jar that you can add to your classpath to use in your applications. If you type make documentation, you will get the javadoc generated HTML documentation for the classes and packages in a doc/ subdirectory. You can set the DOC_DIR variable in the environment or on the command line to install the documentation elsewhere.
About
A small collection of utility classes for Java.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published