public interface Writer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
write(Iterator<T> objects) |
void |
write(T object) |
void write(T object) throws IOException
IOExceptionvoid write(Iterator<T> objects) throws IOException
IOExceptionCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.