Package org.cytoscape.io.write
Interface CyTableWriterFactory
- All Superinterfaces:
CyFileFilterProvider
,CyWriterFactory
A specialization of
CyWriterFactory
that allows a CyTable
to
be specified and written.Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.
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>
-
Method Summary
Modifier and TypeMethodDescriptioncreateWriter(OutputStream os, CyTable table)
Creates a single Task that will write the specifiedCyTable
object to the specified OutputStream.Methods inherited from interface org.cytoscape.io.CyFileFilterProvider
getFileFilter