public class IgnoreIllegalCharactersXmlReader extends Reader
| Constructor and Description |
|---|
IgnoreIllegalCharactersXmlReader(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
static <T> T |
unmarshallXml(Class<T> clazz,
InputStream in) |
public IgnoreIllegalCharactersXmlReader(InputStream is) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic static <T> T unmarshallXml(Class<T> clazz, InputStream in) throws JAXBException, UnsupportedEncodingException
Copyright © 2013. All Rights Reserved.