TissueInfo API 20091124110011

edu.mssm.crover.tables.readers
Class AffymetrixTxtFormatReader

java.lang.Object
  extended by edu.mssm.crover.tables.readers.AffymetrixTxtFormatReader
All Implemented Interfaces:
TableReader

public class AffymetrixTxtFormatReader
extends Object
implements TableReader

User: campagne Date: Sep 16, 2005 Time: 2:17:19 PM


Constructor Summary
AffymetrixTxtFormatReader()
           
 
Method Summary
 Table read(Reader data)
          Parses tabular data and returns the appropriate Table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffymetrixTxtFormatReader

public AffymetrixTxtFormatReader()
Method Detail

read

public Table read(Reader data)
           throws SyntaxErrorException,
                  IOException
Description copied from interface: TableReader
Parses tabular data and returns the appropriate Table.

Specified by:
read in interface TableReader
Parameters:
data - A reader containing the data to parse
Returns:
A populated table
Throws:
SyntaxErrorException - if there is a problem filling in the Table
IOException - if there is a problem reading the data stream

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.