Home - Search - Site Map - Site Graph   |  Contact  
( Last Modified: 2008 October 21st 05:09 PM )

Sharp Java Library

(Publishing In Progress)

A Java 1.1 compatible library of Java classes I've found useful across many projects.

Quick Summary

bsharp.fileio

The most common file reading writing procedures (creating BufferedReaders etc...) abstracted to a simpler API.

bsharp.strings

Manipulate strings, get substrings with shorter syntax. Also replaceAll for Java 1.1.

bsharp.trace

Syncronized trace messages, with the option to automatically prefix messages with the current class and method name.

and more...

Javadocs

View

Download

Classes only: SharpJavaLib_2008-10-21.jar

Source only: SharpJavaLib_2008-10-21_source.zip

Both classes and source: SharpJavaLib_2008-10-21_withSource.jar

Git Repository

View Tree

Public Clone URL: git://github.com/bsharp/sharpjavalibrary.git