public class AbstractFormatter extends Object implements IFormatter
IFormatter
interface.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAMESPACE |
Constructor and Description |
---|
AbstractFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
format(Sequence sequence,
OutputStream outputStream)
Interface method to take a
Sequence object and output the formatted file to the
OutputStream . |
org.biojavax.Namespace |
getNamespace() |
public static final String DEFAULT_NAMESPACE
public void format(Sequence sequence, OutputStream outputStream) throws FormatterException, IOException
IFormatter
Sequence
object and output the formatted file to the
OutputStream
.format
in interface IFormatter
FormatterException
IOException
public org.biojavax.Namespace getNamespace()
Copyright © 2017. All rights reserved.