public interface CyTableWriterFactory extends CyWriterFactory
CyWriterFactory
that allows a CyTable
to
be specified and written.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 |
---|---|
CyWriter |
createWriter(OutputStream os,
CyTable table)
Creates a single Task that will write the specified
CyTable object to the
specified OutputStream. |
getFileFilter
CyWriter createWriter(OutputStream os, CyTable table)
CyTable
object to the
specified OutputStream.os
- The stream to which the data will be written.table
- The CyTable
to be written.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.