T - data typepublic class VoidModelOutput<T> extends Object implements ModelOutput<T>
ModelInput.| Constructor and Description |
|---|
VoidModelOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(T model)
Writes the contents of the data model object.
|
public void write(T model)
ModelOutputwrite in interface ModelOutput<T>model - the target data model objectpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.