org.apache.maven.doxia.util
Class LineBreaker
java.lang.Object
org.apache.maven.doxia.util.LineBreaker
- public class LineBreaker
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_LINE_LENGTH
public static final int DEFAULT_MAX_LINE_LENGTH
- See Also:
- Constant Field Values
LineBreaker
public LineBreaker(java.io.Writer out)
LineBreaker
public LineBreaker(java.io.Writer out,
int maxLineLength)
getDestination
public java.io.Writer getDestination()
write
public void write(java.lang.String text)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.lang.String text,
boolean preserveSpace)
flush
public void flush()
close
public void close()
Copyright © {inceptionYear}-2006 null. All Rights Reserved.