public class XMLEncodeSpecialChars extends FilterReader
| Constructor and Description |
|---|
XMLEncodeSpecialChars(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skippublic XMLEncodeSpecialChars(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.