Uses of Package
com.izforge.izpress

Classes in com.izforge.izpress used by com.izforge.izpress
Compressor
          Compressor is the class used to compress the size of a (valid !) HTML code.

To use it, first create an instance of Compressor and give the constructor an input stream and an output stream.
CompressorConfig
          The IzPress compressor configuration class.
CompressorEvent
          This class represents a CompressorEvent.

Here's the list of the events Strings :
- "COMMENTS" : the compressor is wiping the comments
- "BORDERS" : the compressor is wiping unreadable text, out of the document scope
- "RETURNS" : the compressor is wiping the unecessary returns
- "SPACES" : the compressor is wiping the unecessary spaces
- "OUTPUT" : the compressor is sendig the data to the output stream
- "DONE" : the job is finished.
CompressorListener
          This interface allows other classes to receive CompressorEvents.

For more details about the events, consult the CompressorEvents class documentation.