T - the type of target data modelpublic static interface DataModelStreamSupport.DataModelWriter<T> extends Flushable
OutputStream for data models.| Modifier and Type | Method and Description |
|---|---|
void |
write(T object)
Write the specific object into the related
OutputStream. |
void write(T object) throws IOException
OutputStream.
Please invoke Flushable.flush() before close the related object
when you write all objetcts.object - the data modelIOException - if failed to write the object into the related streamIllegalArgumentException - if object is nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.