Package org.PingOO.DLAI.lib.util

Class Summary
Base64Codec Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
BinaryCodec Provides a translator to byte array.
BinaryData A pseudo-file, containing bytes array and a file name.
Config This is the basic configuration used by all slaves programs.
CursorManager Manages the cursors for the DLAI
DLAILoader Loader for the DLAI package.
HelpManager Manages the localized help files for the DLAI
IconManager Manages the icon for the DLAI.
ImageManager Manages the images for the DLAI
MainDesktop Centralized desktop pane.
Manager Basic shared class for all managers.
MessageFormatter The abstract class wich describs the needed functions for a message formatter.
MessageHashtable A derived hashtable to use in the protocol to send message to the server.
PasswordCodec Offers an implementation of the UNIX crypt command in Java.
PasswordGenerator This class can randomly generate a password, a salt and crypt the password using the UNIX crypt algorithm.
PrinterManager Class that manages printing operations.
PThread Threads to be used in this program.
PThreadGroup An extended thread group.
QuickSort A quick sort algorithm implementation.
ResourceFormatter Formats composed messages using the program language to match language and cultural dependant messages.
ResourceManager Manages the access to localized datas and resource bundles.
SoundManager Manages the sounds for the DLAI
TextPrintable The class is a printable object used to print plain text.
ValueHashtable This hashtable is derived from the basic Hashtable, so it can be used with only String keys and can only contain String or ValueHashtable values.
 

Exception Summary
BadMessageException This exception is used when the line buffer that has been read on the socket does not match the pingoop protocol RFC.