Interface SequenceReader<C extends Compound>
- 
- All Superinterfaces:
- Accessioned,- Iterable<C>,- Sequence<C>
 - All Known Subinterfaces:
- ProxySequenceReader<C>
 - All Known Implementing Classes:
- ArrayListProxySequenceReader,- ArrayListSequenceReader,- BitSequenceReader,- FourBitSequenceReader,- GenbankProxySequenceReader,- JoiningSequenceReader,- RnaSequenceView,- SequenceFileProxyLoader,- SingleCompoundSequenceReader,- StringProxySequenceReader,- TwoBitSequenceReader,- UniprotProxySequenceReader
 
 public interface SequenceReader<C extends Compound> extends Sequence<C> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCompoundSet(CompoundSet<C> compoundSet)voidsetContents(String sequence)- 
Methods inherited from interface org.biojava.nbio.core.sequence.template.AccessionedgetAccession
 - 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 - 
Methods inherited from interface org.biojava.nbio.core.sequence.template.SequencecountCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence
 
- 
 
- 
- 
- 
Method Detail- 
setCompoundSetvoid setCompoundSet(CompoundSet<C> compoundSet) 
 - 
setContentsvoid setContents(String sequence) throws CompoundNotFoundException - Throws:
- CompoundNotFoundException
 
 
- 
 
-