Uses of Class
org.biojava.bio.chromatogram.UnsupportedChromatogramFormatException

Packages that use UnsupportedChromatogramFormatException
org.biojava.bio.chromatogram Interfaces and classes for chromatogram data, as produced by DNA sequencing equipment. 
org.biojava.bio.program.abi ABI Trace Handling. 
org.biojava.bio.program.scf Support for the SCF chromatogram format. 
 

Uses of UnsupportedChromatogramFormatException in org.biojava.bio.chromatogram
 

Methods in org.biojava.bio.chromatogram that throw UnsupportedChromatogramFormatException
static Chromatogram ChromatogramFactory.create(java.io.File f)
          Creates a new Chromatogram object from the named file.
static Chromatogram ChromatogramFactory.create(java.io.InputStream in)
          Creates a new Chromatogram object from the supplied stream.
 

Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.abi
 

Methods in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatException
static ABIFChromatogram ABIFChromatogram.create(java.io.File f)
          Create a new ABIF object from a file.
static ABIFChromatogram ABIFChromatogram.create(java.io.InputStream in)
          Create a new ABIF object from a stream of bytes.
protected  ABIFChromatogram ABIFChromatogram.load(java.io.File f)
           
protected  ABIFChromatogram ABIFChromatogram.load(java.io.InputStream in)
           
 

Constructors in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatException
ABIFChromatogram.Parser(java.io.InputStream in)
           
ABIFChromatogram.Parser(java.io.File f)
           
 

Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.scf
 

Methods in org.biojava.bio.program.scf that throw UnsupportedChromatogramFormatException
static SCF SCF.create(java.io.File f)
           
static SCF SCF.create(java.io.InputStream in, long alreadyRead)
           
protected  void SCF.load(java.io.File f)
           
protected  void SCF.load(java.io.InputStream in, long initOffset)