public class HTMLEncodeLineBreaks extends FilterReader
"\r" are ignored, "\n" are encoded.
| Constructor and Description |
|---|
HTMLEncodeLineBreaks(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skippublic HTMLEncodeLineBreaks(Reader in)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.