Uses of Interface
org.cytoscape.io.read.CyPropertyReader
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
-
Uses of CyPropertyReader in org.cytoscape.io.read
Modifier and TypeMethodDescriptionCyPropertyReaderManager.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.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.