public interface CySessionWriterFactory extends CyWriterFactory
CyWriterFactory
that allows a CySession
to
be specified and written.Modifier and Type | Method and Description |
---|---|
CyWriter |
createWriter(OutputStream os,
CySession session)
Creates a single Task that will write the specified
CySession object to the
specified OutputStream. |
getFileFilter
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.Copyright 2011 Cytoscape Consortium. All rights reserved.