|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CySessionWriterFactory
A specialization of CyWriterFactory
that allows a CySession
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>
Method Summary | |
---|---|
CyWriter |
createWriter(OutputStream os,
CySession session)
Creates a single Task that will write the specified CySession object to the
specified OutputStream. |
Methods inherited from interface org.cytoscape.io.CyFileFilterProvider |
---|
getFileFilter |
Method Detail |
---|
CyWriter createWriter(OutputStream os, CySession session)
CySession
object to the
specified OutputStream.
os
- The stream to which the data will be written.session
- The CySession
to be written.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |