public interface IFormatter
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 . |
void format(Sequence sequence, OutputStream outputStream) throws FormatterException, IOException
Sequence
object and output the formatted file to the
OutputStream
.sequence
- outputStream
- FormatterException
IOException
Copyright © 2017. All rights reserved.