jp.digitalmuseum.utils
クラス StringResourceParser

java.lang.Object
  上位を拡張 jp.digitalmuseum.utils.StringResourceParser

public class StringResourceParser
extends java.lang.Object
An utility class to parse contents of a property file.
作成者:
Jun KATO
関連項目:
ListResourceBundle

コンストラクタの概要
StringResourceParser()
           
 
メソッドの概要
static java.lang.String escapeUnicode(java.lang.String s)
          Get ? format string from UTF-8 string.
static java.lang.String[][] parse(java.lang.String resources)
          Parse a string as contents of a property file.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
コンストラクタの詳細

StringResourceParser

public StringResourceParser()
メソッドの詳細

parse

public static java.lang.String[][] parse(java.lang.String resources)
Parse a string as contents of a property file.

escapeUnicode

public static java.lang.String escapeUnicode(java.lang.String s)
Get ? format string from UTF-8 string.


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/