public class MapFastaWriter<S extends org.biojava3.core.sequence.template.Sequence<?>> extends Object
Constructor and Description |
---|
MapFastaWriter() |
Modifier and Type | Method and Description |
---|---|
int |
getLineLength() |
String |
getLineSeparator() |
void |
setLineLength(int lineLength) |
void |
setLineSeparator(String lineSeparator) |
void |
write(File file,
Map<String,S> map) |
void |
write(OutputStream stream,
Map<String,S> map) |
public MapFastaWriter()
public int getLineLength()
public void setLineLength(int lineLength)
public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
public void write(File file, Map<String,S> map) throws IOException
IOException
public void write(OutputStream stream, Map<String,S> map) throws IOException
IOException