- From: Rajesh Veeranki <rveeranki01 AT gmail.com>
- To: graphstream-users AT litislab.fr
- Subject: Exporting graph in GEXF format
- Date: Mon, 2 Jul 2012 01:30:41 +0530
Hi ,I'm back with a new question.I want to export the graph into GEXF format. I tried something like this, but its giving a null pointer exception.
.................
Graph g = new SingleGraph("");
FileSinkBase fsb = null;
FileWriter f = new FileWriter("out.txt");
PrintWriter pw = new PrintWriter(f);
fsb.writeAll(g, pw);
.................
Please help me regarding this and how to export it.
Thanks,
Rajesh V.
- Exporting graph in GEXF format, Rajesh Veeranki, 01/07/2012
Archives gérées par MHonArc 2.6.16.