cytoscape.data.readers
Class CytoscapeSessionReader

java.lang.Object
  extended by cytoscape.data.readers.CytoscapeSessionReader

public class CytoscapeSessionReader
extends Object

Cytoscape Session Reader. This class expands cys file and read all files in the archive.

Author:
kono

Field Summary
static String CYSESSION
           
 
Constructor Summary
CytoscapeSessionReader(String filename)
          Constructor.
CytoscapeSessionReader(URL sourceName)
           
 
Method Summary
 void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CYSESSION

public static final String CYSESSION
See Also:
Constant Field Values
Constructor Detail

CytoscapeSessionReader

public CytoscapeSessionReader(String filename)
Constructor.

Parameters:
filename - Name of .cys file.
Throws:
javax.xml.bind.JAXBException
Exception

CytoscapeSessionReader

public CytoscapeSessionReader(URL sourceName)
Method Detail

read

public void read()
          throws IOException,
                 javax.xml.bind.JAXBException
Throws:
IOException
javax.xml.bind.JAXBException