Package org.biojava.bio.seq.io
Class SeqIOEventEmitter
java.lang.Object
org.biojava.bio.seq.io.SeqIOEventEmitter
Deprecated.
Use org.biojavax.bio.seq.io framework instead
SeqIOEventEmitter is a utility class which scans a
Sequence object and sends events describing its
constituent data to a SeqIOListener. The listener
should be able to reconstruct the Sequence from these
events.- Since:
- 1.2
- Author:
- Keith James
-
Constructor Summary
ConstructorsConstructorDescriptionSeqIOEventEmitter(Comparator seqPropComparator, Comparator featureComparator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidgetSeqIOEvents(Sequence seq, SeqIOListener listener) Deprecated.getSeqIOEventsscans aSequenceobject and sends events describing its data to theSeqIOListener.
-
Constructor Details
-
SeqIOEventEmitter
Deprecated.
-
-
Method Details
-
getSeqIOEvents
Deprecated.getSeqIOEventsscans aSequenceobject and sends events describing its data to theSeqIOListener.- Parameters:
seq- aSequence.listener- aSeqIOListener.
-