Uses of Class
org.biojava.bio.chromatogram.UnsupportedChromatogramFormatException
-
Packages that use UnsupportedChromatogramFormatException Package Description 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 Modifier and Type Method Description static ChromatogramChromatogramFactory. create(File f)Creates a newChromatogramobject from the named file.static ChromatogramChromatogramFactory. create(InputStream in)Creates a newChromatogramobject from the supplied stream. -
Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.abi
Methods in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatException Modifier and Type Method Description static ABIFChromatogramABIFChromatogram. create(File f)Create a new ABIF object from a file.static ABIFChromatogramABIFChromatogram. create(InputStream in)Create a new ABIF object from a stream of bytes.protected ABIFChromatogramABIFChromatogram. load(File f)protected ABIFChromatogramABIFChromatogram. load(InputStream in)Constructors in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatException Constructor Description Parser(File f)Parser(InputStream in) -
Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.scf
Methods in org.biojava.bio.program.scf that throw UnsupportedChromatogramFormatException Modifier and Type Method Description static SCFSCF. create(File f)static SCFSCF. create(InputStream in, long alreadyRead)protected voidSCF. load(File f)protected voidSCF. load(InputStream in, long initOffset)
-