| Package | Description |
|---|---|
| org.forester.io.writers |
| Modifier and Type | Method and Description |
|---|---|
static SequenceWriter.SEQ_FORMAT |
SequenceWriter.SEQ_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceWriter.SEQ_FORMAT[] |
SequenceWriter.SEQ_FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SequenceWriter.writeSeqs(List<MolecularSequence> seqs,
File file,
SequenceWriter.SEQ_FORMAT format,
int width) |
static void |
SequenceWriter.writeSeqs(List<MolecularSequence> seqs,
Writer writer,
SequenceWriter.SEQ_FORMAT format,
int width) |
Copyright © 2016. All rights reserved.