public class MediaRTF extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String[] |
DCs |
(package private) static String[] |
SIs |
Constructor and Description |
---|
MediaRTF() |
Modifier and Type | Method and Description |
---|---|
static void |
addRTFInfo(UTLF utlf,
org.jrdf.graph.Node top,
String filename)
Add file info.
|
static File |
ConvertJapanese(File file)
RTF内日本語文字列の変換
|
static byte[] |
convertToUnicode(StringBuilder src) |
static Map<String,String> |
getRTFInfo(String filename)
RTFファイルから文書の情報を抽出
|
static boolean |
isRTF(String filename)
RTF書類かどうか判断
|
public static boolean isRTF(String filename)
filename
- Filepublic static void addRTFInfo(UTLF utlf, org.jrdf.graph.Node top, String filename)
utlf
- UTLFtop
- top node of document.filename
- File.public static Map<String,String> getRTFInfo(String filename)
filename
- File.public static File ConvertJapanese(File file)
file
- RTF filepublic static byte[] convertToUnicode(StringBuilder src) throws Exception
Exception
EDB Working Group at Tue Jun 10 17:08:59 JST 2025