public abstract class AbstractInputStreamTaskFactory extends Object implements InputStreamTaskFactory
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>| Constructor and Description |
|---|
AbstractInputStreamTaskFactory(CyFileFilter fileFilter) |
| Modifier and Type | Method and Description |
|---|---|
CyFileFilter |
getFileFilter()
Return the file filter associated with the IOFactory.
|
boolean |
isReady(InputStream is,
String inputName)
Returns true if the factory is ready to be produce a TaskIterator and false otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskIteratorpublic AbstractInputStreamTaskFactory(CyFileFilter fileFilter)
public boolean isReady(InputStream is, String inputName)
isReady in interface InputStreamTaskFactoryis - The InputStream to be read.inputName - The name of the input.public CyFileFilter getFileFilter()
getFileFilter in interface CyFileFilterProviderCyFileFilter associated with the IOFactory.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.