public interface InitializeAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Prepare the reader or writer, allocating any necessary resources required
to produce entities.
|
void initialize()
Prepare the reader or writer, allocating any necessary resources required to produce entities.
This method must be invoked prior to any other methods calls. This should
be done by the view or dataset implementation inside of
View.newReader() or
View.newWriter().
UnknownFormatExceptionDatasetIOException - to wrap any IOExceptionCopyright © 2013–2015. All rights reserved.