6970717273747576777879
Context createContext(Writer w) throws IOException { Context ctx = new Context(); ctx.output = w; ctx.closeStreamAtEnd = false; ctx.gexf = new GEXF(); try { ctx.stream = new SmartXMLWriter(w, true); } catch (Exception e) { throw new IOException(e);