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)
ModelOutput
write
in interface ModelOutput<T>
model
- the target data model objectpublic void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.