public interface InputStreamTaskFactory extends CyFileFilterProvider
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 |
---|---|
TaskIterator |
createTaskIterator(InputStream is,
String inputName)
Sets the input stream that will be read by the Reader created from
this factory.
|
boolean |
isReady(InputStream is,
String inputName)
Returns true if the factory is ready to be produce a TaskIterator and false otherwise.
|
getFileFilter
TaskIterator createTaskIterator(InputStream is, String inputName)
is
- The InputStream
to be read.inputName
- The name of the input.boolean isReady(InputStream is, String inputName)
is
- The InputStream
to be read.inputName
- The name of the input.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.