Package net.sf.freecol.common.util

Interface Summary
Xml.Method  
 

Class Summary
EmptyIterator<T>  
Introspector A class to allow access to the methods "fooType getFoo()" and "void setFoo(fooType)" conventionally seen in objects.
RandomChoice<T>  
ReplayableInputStream Wraps a InputStream and adds InputStream.mark(int) and InputStream.reset() support.
Utils Collection of small static helper methods.
Xml A class that makes it slightly tidier to create, parse and format XML documents.
XMLStream A wrapper for XMLStreamReader and the underlying stream.
 

Exception Summary
Xml.Exception This class is defined so that exceptions thrown by methods on Xml may be filtered from other runtime exceptions such as NullPointerException if desired.