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
IOException
void write(Iterator<T> objects) throws IOException
IOException
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.