Package com.brackeen.javagamebook.util

Class Summary
LoopingByteInputStream The LoopingByteInputStream is a ByteArrayInputStream that loops indefinitly.
MoreMath The MoreMath class provides functions not contained in the java.lang.Math or java.lang.StrictMath classes.
ThreadPool A thread pool is a group of a limited number of threads that are used to execute tasks.