All Classes and Interfaces

Class
Description
Encodes and decodes to and from Base64 notation.
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
ExternalComponents are responsible for connecting and authenticating with a remote server and for sending and processing received packets.
Implementation of the ComponentManager interface for external components.
Similar to SimpleDateFormat, but faster and thread-safe.
 
Dispatches property events.
Represents valid event types.
Interface to listen for property events.
A collection of utility methods for String objects.
Performs tasks using worker threads.
Provides the the ability to use simple XML property files.
XPPPacketReader is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.x.