de.intarsys.tools.xml
public class HTMLEncodeLineBreaks extends java.io.FilterReader
"\r" are ignored, "\n" are encoded.
in
lock
HTMLEncodeLineBreaks(java.io.Reader in)
int
read()
read(char[] cbuf, int off, int len)
close, mark, markSupported, ready, reset, skip
read, read
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HTMLEncodeLineBreaks(java.io.Reader in)
public int read() throws java.io.IOException
read
java.io.FilterReader
java.io.IOException
public int read(char[] cbuf, int off, int len) throws java.io.IOException