public class RTFConverter extends Object
| Constructor and Description |
|---|
RTFConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertRtfChunk(String chunk) |
static void |
convertStream(InputStream input,
OutputStream output) |
static void |
convertStream(Reader input,
OutputStream output) |
static String |
convertTextString(String p_in) |
public static String convertTextString(String p_in) throws IOException
IOExceptionpublic static String convertRtfChunk(String chunk) throws IOException
IOExceptionpublic static void convertStream(InputStream input, OutputStream output) throws IOException
IOExceptionpublic static void convertStream(Reader input, OutputStream output) throws IOException
IOExceptionCopyright © 2020 Mice S.r.l. All rights reserved.