Interface Parser

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

public interface Parser
  • Method Summary

    Modifier and Type Method Description
    void all()
    Parse the whole stream.
    void close()
    Close the stream.
    boolean next()  
    void open()
    Start parsing the stream.