Package | Description |
---|---|
org.graphstream.stream.file.tlp |
Modifier and Type | Field and Description |
---|---|
private FileSourceTLP |
TLPParser.tlp
The DOT source associated with this parser.
|
Modifier and Type | Method and Description |
---|---|
private void |
TLPParser.init(FileSourceTLP tlp) |
Constructor and Description |
---|
TLPParser(FileSourceTLP tlp,
java.io.InputStream stream)
Create a new parser associated with a TLP source from an input stream.
|
TLPParser(FileSourceTLP tlp,
java.io.Reader stream)
Create a new parser associated with a DOT source from a reader.
|