Package com.ojn.gexf4j.core.impl

Examples of com.ojn.gexf4j.core.impl.StaxGraphReader


public class GraphReaderTest {

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

TOP

Related Classes of com.ojn.gexf4j.core.impl.StaxGraphReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.