Esempio n. 1
0
 public void close() throws IOException {
   writer.close();
 }
Esempio n. 2
0
 @Override
 public boolean visit(NodeLabelUpdate update) throws IOException {
   writer.write(update);
   return true;
 }