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