public interface CyTableReaderManager
CyTableReader
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 |
---|---|
CyTableReader |
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. |
CyTableReader |
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.
|
CyTableReader getReader(URI uri, String inputName)
uri
- The URI we're attempting to read.inputName
- A name given to the input.CyTableReader getReader(InputStream stream, String inputName)
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.stream
- The input stream we're attempting to read.inputName
- A name given to the input.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.