T
- the data model typepublic interface ModelInput<T> extends Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
readTo(T model)
Reads contents and write them into the target data model object.
|
boolean readTo(T model) throws IOException
model
- the target data model objecttrue
if the next data was successfully read, or false
if there is no any moreIOException
- if error occurred while reading the next dataCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.