Package com.izforge.izpress

Interface Summary
CompressorListener This interface allows other classes to receive CompressorEvents.

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

Class Summary
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.
IzPress Launches the IzPress application.
IzPressFrame The IzPress application interface.