public class XmlReader<T> extends Object implements Closeable
| Constructor and Description |
|---|
XmlReader(InputStream stream,
IDomToObjectConverter<T> converter) |
public XmlReader(InputStream stream, IDomToObjectConverter<T> converter)
public T read() throws DomConverterException
DomConverterExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.