1718192021222324
public void quickTest() throws XMLStreamException, IOException { GexfReader gr = new StaxGraphReader(); InputStream in = new FileInputStream(new File("target/stax_basic.gexf")); gr.readFromStream(in); } }