Package org.simoes.util

Class Summary
ByteUtil Utility class for manipulating bytes in Java that I have found useful.
ConfigResources Provides user with access to the properties file.
DateUtil Utility class for manipulating Dates in Java that I have found useful.
FileUtil Utility class for manipulating Files in Java that I have found useful.
StringUtil Utility class for manipulating Strings in Java that I have found useful.
ThreadPool The Thread Pool will execute any threads passed in in a FIFO order.
ThreadPoolRequest This is the wrapper object for any Objects passed into our ThreadPool.
ThreadPoolThread The ThreadPool will process all requests thrown into the queue.