org.graphstream.util.parser
Interface Parser

All Known Implementing Classes:
DGSParser, DOTParser, GMLParser, PajekParser, TLPParser

public interface Parser


Method Summary
 void all()
          Parse the whole stream.
 void close()
          Close the stream.
 boolean next()
           
 void open()
          Start parsing the stream.
 

Method Detail

all

void all()
         throws IOException,
                ParseException
Parse the whole stream.

Throws:
ParseException
IOException

open

void open()
          throws IOException,
                 ParseException
Start parsing the stream.

Throws:
ParseException
IOException

next

boolean next()
             throws IOException,
                    ParseException
Returns:
Throws:
ParseException
IOException

close

void close()
           throws IOException
Close the stream.

Throws:
IOException


Copyright © 2011. All Rights Reserved.