Package net.metanotion.util

Interface Summary
Cacheable  
Dispatcher<I,D> Contract to decode messages destined for an interface.
GetResource<C>  
Message<O> Interface defining a reified message to send to an object.
ObjectInputStream<I> Similar to a java.io.InputStream, except using generics to present of a stream of type I objects.
ObjectOutputStream<I> Similar to a java.io.OutputStream, except using generics to present of a stream of type I objects.
Pump<D> A Pump connects an InputStream like object to an OutputStream like object.
ReplayReader  
ReplayStream  
Serializer<V>  
Startable Interface representing objects that should be "started" at some point after they are created.
Stoppable Interface representing objects that should be "stopped" at some point after they are created.
Stringifier<V>  
Unknown  
 

Class Summary
AnswerService<V>  
ArrayIterator<E> Present a primitive array as a ListIterator.
AtomicSingleAssignmentReference<V>  
Base64  
Base64InputStream  
Base64OutputStream  
ByteChunkInputStream  
ByteChunkOutputStream  
ByteConverter  
ByteCord Immutable "Byte Array" supporting efficient delete, insert, replace, and get operations.
CachingReplayReader  
CachingReplayStream  
ChainedIterator<E> This class implements an iterator that "flattens" a set of iterators.
ContentHandlerStack This adds a "stack" like functionality on top of a normal SAX ContentHandler for namespaces and element closures.
DispatchObjectStream<I>  
INIProperties  
IteratorToIterable  
ObjectPipe<I> A "stream" view of java.util.concurrent.*Queue's.
ObjectStreamPump<I> Connect an ObjectInputStream to an ObjectOutputStream.
OneShotLatch<T>  
Pair<A,B>  
PriorityBufferMap<K,V extends Cacheable>  
QName  
ReaderPump  
SAXLogger Pass-thru implementation of ContentHandler.
SAXPipeline  
SequenceReader Chains a sequence of java.io.Reader's together.
StreamPump  
StringComparator Implementation of Comparator for java.lang.String.
StringConverter  
StringLengthComparator  
Triple<A,B,C>  
Using  
 

Exception Summary
ObjectStreamClosedException