public class RtfSinkFactory extends AbstractBinarySinkFactory
ROLE| Constructor and Description |
|---|
RtfSinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
Sink |
createSink(OutputStream out,
String encoding)
Create a
Sink into an OutputStream using a specified encoding. |
createSink, createSink, createSinkpublic Sink createSink(OutputStream out, String encoding) throws IOException
Sink into an OutputStream using a specified encoding.out - not null OutputStream to write the result.encoding - the output encoding.Sink instance using specified encoding.IOException - if anyCopyright © 2005–2014. All rights reserved.