T - the type of the source@ParametersAreNonnullByDefault public interface Reader<T> extends Notifier
| Modifier and Type | Method and Description |
|---|---|
void |
read(T source)
Reads an
Object. |
notifyAttribute, notifyComplete, notifyEndElement, notifyInitialize, notifyReference, notifyStartElementvoid read(@WillNotClose T source) throws IOException
Object.source - the object to readIllegalArgumentException - if this reader hasn't any handlerIOException - if an error occurred during the I/O processCopyright © 2013–2019 Atlanmod. All rights reserved.