Package com.monica.javacom.util

This package holds classes that provide functionality that couldn't be classified.

These classes provide functionality that is being used by classes of serveral different MJC packages, and that is essential for the MJC JavaCom working.

See:
          Description

Class Summary
MJCAdler32  
MJCConverter Class for implementing byte-char conversions as all the other classes assume, but not all JAVA VMs do.
MJCEqualityVector Class for implementing a Vector like functionality with using MJCEquality for checking equality between the contained objects.
MJCFileConfiguration This class implements the MJConfiguration interface to provide customization possibility for MJC classes.
MJCFontsConf  
MJCInputStreamConfiguration This class implements the MJConfiguration interface to provide customization possibility for MJC classes.
MJCIntegerEquality Provides the functionality to compare Integers upon theis intValue.
MJCMJCConf  
MJCStringBuffer This class provides a buffer functionality.
MJCStringConfiguration Class providing MJCConfiguration functionality using MJCInputStreamConfiguration methodics and reading the configuration data from a String.

The configuration String can have the following stucure:
lines beginning with # are recognized as comments and therefore ignored lines not beginning with # are recognized as configuration lines

configuration lines have the following structure:
MJCStringInputStream Class for providing InputStream functionality by reading from a String.
MJCThreadTimer Class for providing MJCTimer functionality by using Thread.sleep to measure the passed time.
 

Package com.monica.javacom.util Description

This package holds classes that provide functionality that couldn't be classified.

These classes provide functionality that is being used by classes of serveral different MJC packages, and that is essential for the MJC JavaCom working.