| Class and Description | 
|---|
| net.sf.kdgcommons.util.Base64Converter
 Replaced by  
Base64Codec | 
net.sf.kdgcommons.util.CommandLineProcessor
SimpleCLIParser is my current preferred implementation.
              It's a lot simpler: there's no need for handler objects,
              and the options are processed by the constructor. However,
              I still have code that depends on this class, so it will
              stick around until the (never expected) 2.0 release. | 
| net.sf.kdgcommons.util.IdentityKey
 Moved to  
net.sf.kdgcommons.collections. | 
| Method and Description | 
|---|
| net.sf.kdgcommons.io.ChannelInputStream.available() | 
| net.sf.kdgcommons.io.ChannelInputStream.close() | 
| net.sf.kdgcommons.lang.ClassUtil.getAllMethods(Class<?>)
 - In retrospect, there are few if any good reasons for
                calling this method.  
ClassUtil.getVisibleMethods(java.lang.Class<?>) is the
                better choice. | 
| net.sf.kdgcommons.io.ChannelInputStream.skip(long) |