T - the object to writepublic interface IVolumeWriter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(T data)
Writes the data
|
boolean write(T data)
data - the object to writetrue if the write operation finished successfully. false in other caseCopyright © 2020. All rights reserved.