|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyNetworkReaderManager
An object that registers all InputStreamReaderFactory singletons,
processes specified input to determine the appropriate factory to
use and then returns an instance of the correct CyNetworkReader
for the input.
Method Summary | |
---|---|
CyNetworkReader |
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 task. |
CyNetworkReader |
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 task. |
Method Detail |
---|
CyNetworkReader getReader(URI uri, String inputName)
uri
- The URI we're attempting to read.inputName
- The name of the input.
CyNetworkReader getReader(InputStream stream, String inputName)
stream
- The input stream we're attempting to read.inputName
- The name of the input.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |