Package org.graphstream.util.parser
Interface Parser
- All Known Implementing Classes:
DGSParser,DOTParser,GMLParser,PajekParser,TLPParser
public interface Parser
-
Method Details
-
all
Parse the whole stream.- Throws:
ParseExceptionIOException
-
open
Start parsing the stream.- Throws:
ParseExceptionIOException
-
next
- Returns:
- Throws:
ParseExceptionIOException
-
close
Close the stream.- Throws:
IOException
-