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:
ParseException
IOException
-
open
Start parsing the stream.- Throws:
ParseException
IOException
-
next
- Returns:
- Throws:
ParseException
IOException
-
close
Close the stream.- Throws:
IOException
-