public class StreamTextConverter extends AbstractTextConverter
| Constructor and Description |
|---|
StreamTextConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(IRtfSource source,
OutputStream os,
String outputCharsetName) |
void |
processExtractedText(String text)
This method is called to process the test we've extracted from the RTF file.
|
convert, processCommand, processGroupEnd, processGroupStart, processStringprocessBinaryBytes, processCharacterBytes, processDocumentEnd, processDocumentStartpublic void convert(IRtfSource source, OutputStream os, String outputCharsetName) throws IOException
IOExceptionpublic void processExtractedText(String text)
AbstractTextConverterprocessExtractedText in class AbstractTextConverterCopyright © 2013–2018. All rights reserved.