public class G6FileReader extends java.lang.Object implements java.util.Iterator<Graph>
G6FileReader(java.lang.String g6filename)
void
close()
boolean
hasNext()
Graph
next()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public G6FileReader(java.lang.String g6filename) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public boolean hasNext()
hasNext
java.util.Iterator<Graph>
public Graph next()
next
public void close() throws java.io.IOException