|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyPropertyReaderManager
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 CyPropertyReader
for the input.
Method Summary | |
---|---|
CyPropertyReader |
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. |
CyPropertyReader |
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. |
Method Detail |
---|
CyPropertyReader getReader(URI uri, String inputName)
uri
- The URI we're attempting to read.inputName
- The name of the input.
CyPropertyReader 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 |