KObjects Utilities

This collection contains a set of smaller Java utility classes suitable for both, J2SE and J2ME.

For utitlity classes specially designed for MIDP, please refer to http://kobjects.org/utils4me/.

Class Package Description Sample
Base64.java org.kobjects.base64 Base 64 encoder / decoder  
BoundInputStream.java org.kobjects.io Input Stream wrapper that reads a fixed amount of bytes from another input stream. Useful e.g. to avoid reading beyond the HTTP content length.  
Crypt.java org.kobjects.crypt Unix-Style password encryption  
IsoDate.java org.kobjects.isodate Convert ISO compliant date strings to Date objects and back  
XmlReader org.kobjects.xml A simple XML pull parser, similar to kXML, but not supporting namespaces or legacy events. The JAR file size is less than 5 kB. If you need support for namespaces, or access to XML comments or processing instructions, please use kXML2 instead. EventList