Jwma

dtw.webmail.util
Class LineWrapper

java.lang.Object
  |
  +--net.wimpi.text.AbstractProcessor
        |
        +--dtw.webmail.util.LineWrapper
All Implemented Interfaces:
net.wimpi.text.Processor

public class LineWrapper
extends net.wimpi.text.AbstractProcessor

Implements a processor which wraps lines observing word boundaries.

Author:
August Detlefsen (augustd at codemagi.com), Dieter Wimberger

Field Summary
 
Fields inherited from class net.wimpi.text.AbstractProcessor
m_Properties
 
Constructor Summary
LineWrapper()
           
 
Method Summary
 java.lang.String getName()
           
 java.io.InputStream process(java.io.InputStream in)
           
 java.lang.String process(java.lang.String str)
           
 
Methods inherited from class net.wimpi.text.AbstractProcessor
getDescription, getDescription, getProperties, listAvailableLocales, setDefaultLocale, setDescription, setName, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineWrapper

public LineWrapper()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface net.wimpi.text.Processor
Overrides:
getName in class net.wimpi.text.AbstractProcessor

process

public final java.lang.String process(java.lang.String str)
Specified by:
process in interface net.wimpi.text.Processor
Specified by:
process in class net.wimpi.text.AbstractProcessor

process

public java.io.InputStream process(java.io.InputStream in)
                            throws java.io.IOException
Specified by:
process in interface net.wimpi.text.Processor
Specified by:
process in class net.wimpi.text.AbstractProcessor
java.io.IOException

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)