uk.ac.man.bioinf.database.fetch
Interface SequenceRetriever
- All Known Implementing Classes:
- ExpasySequenceRetriever
- public interface SequenceRetriever
SequenceRetriever.java
Created: Thu Feb 8 16:42:01 2001
- Version:
- $Id: SequenceRetriever.java,v 1.2 2001/04/11 17:04:42 lord Exp $
- Author:
- Phillip Lord
retrieveSequence
public Sequence retrieveSequence(String accession,
ParserExceptionHandler exp)
throws IOException
IOException
retrieveSequenceStream
public InputStream retrieveSequenceStream(String accession)
throws IOException
IOException
close
public void close()
throws IOException
IOException
dispose
public void dispose()
throws IOException
IOException