public interface CyPropertyWriterFactory extends CyWriterFactory
CyWriterFactory
that allows a property Object to
be specified and written. See CyProperty
for details on the type of Object.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,
Object property)
Creates a single Task that will write the specified property object to the
specified OutputStream.
|
getFileFilter
CyWriter createWriter(OutputStream os, Object property)
os
- The stream to which the data will be written.property
- The property object to be written. In general
this object should be of types described in CyProperty
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.