Uses of Interface
org.cytoscape.io.read.VizmapReader
-
Packages that use VizmapReader Package Description org.cytoscape.io.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. -
-
Uses of VizmapReader in org.cytoscape.io.read
Methods in org.cytoscape.io.read that return VizmapReader Modifier and Type Method Description VizmapReader
VizmapReaderManager. getReader(InputStream stream, String inputName)
Given anInputStream
this method will attempt to find a InputStreamReaderFactory that can read the stream, will set the InputStream for the factory and will return the reader.VizmapReader
VizmapReaderManager. getReader(URI uri, String inputName)
Given a URI this method will attempt to find a InputStreamReaderFactory that can read the URI, will set the InputStream for the factory and will return the reader.
-