public interface CyNetworkReaderManager
CyNetworkReader
for the input.Module: io-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.