public interface DataReader
Interface of sequence data reader
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases occupied resources
|
Dataset |
read()
Reads out all sequences
|
DataSequence |
readRow()
Reads out one sequence and the pointer autoamtically moves to the next sequence.
|
Dataset read()
DataSequence readRow()
void close()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.