|
Cytoscape 3.0.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputStreamTaskFactory
A super interface that allows the input stream to be set for reader task factories.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.cytoscape.io.CyFileFilterProvider |
|---|
getFileFilter |
| Method Detail |
|---|
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.
|
Cytoscape 3.0.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||