|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CySessionReader | |
---|---|
org.cytoscape.io.read | Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. |
Uses of CySessionReader in org.cytoscape.io.read |
---|
Methods in org.cytoscape.io.read that return CySessionReader | |
---|---|
CySessionReader |
CySessionReaderManager.getReader(InputStream stream,
String inputName)
Given an InputStream 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. |
CySessionReader |
CySessionReaderManager.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. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |