public class SequenceFileWriter extends Object implements SequenceWriter
The file writer for writing sequencial data to file
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
SequenceFileWriter(String seqIndexFile,
String seqMatrixFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSequence(int rowIndex,
int[] seq) |
void |
close() |
void |
initialize()
It is required to call this method before calling the addSequence method.
|
public void initialize()
SequenceWriterinitialize in interface SequenceWriterpublic boolean addSequence(int rowIndex,
int[] seq)
addSequence in interface SequenceWriterpublic void close()
close in interface SequenceWriterCopyright © 2018 JULIE Lab, Germany. All rights reserved.