T
- target model typepublic interface ModelInputProvider<T> extends Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
next()
Returns true iff the next temporary file exists,
and then the
open() method returns it. |
ModelInput<T> |
open()
Opens the current temporary file prepared by the
next() method. |
boolean next() throws IOException
open()
method returns it.true
if the next data model object exists, otherwise false
IOException
- if failed to prepare the next dataModelInput<T> open() throws IOException
next()
method.
This operation can perform only once for each temporary file.IOException
- if failed to open the fileCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.