Package simple.util

Interface Summary
ByteStore The ByteStore class is used to provide access to a byte buffer.
Match This object is used with the Resolver to store and retrive the pattern match pairs.
 

Class Summary
BlockingQueue This provides a quick implementation for a thread safe queue.
Buffer The Buffer is intended to be a general purpose byte Buffer.
FileProperties The FileProperties object is used as a convienience class that is used to create a Properties object from a file path.
Introspector The Introspector provides a means to invoke methods of arbitrary objects by matching a parameter list and name.
MessageQueue This provides a means to pass messages between threads.
PriorityQueue This class implements a PriorityQueue.
Resolver This is used to match String's with the first pattern that String matches.
URLProperties The URLProperties object is used as a convienience class that is used to create a Properties object from a URL.
 

Exception Summary
PropertyException The PropertyException is used to describe the error that occurs when a properties file cannot be read.