shohaku.core.util.codec
クラス PropertiesEscapesCoder

java.lang.Object
  拡張shohaku.core.util.codec.PropertiesEscapesCoder

public class PropertiesEscapesCoder
extends java.lang.Object

プロパティ用の Unicode escapes の文字表現へのエンコードとデコード処理を行います。


コンストラクタの概要
PropertiesEscapesCoder()
           
 
メソッドの概要
static java.lang.String decode(java.lang.CharSequence src)
          プロパティ用の Unicode escapes の文字表現を文字列へ変換して返却します。
static java.lang.String encode(java.lang.CharSequence src)
          文字列をプロパティ用の Unicode escapes の文字表現に変換して返却します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertiesEscapesCoder

public PropertiesEscapesCoder()
メソッドの詳細

decode

public static java.lang.String decode(java.lang.CharSequence src)
プロパティ用の Unicode escapes の文字表現を文字列へ変換して返却します。

パラメータ:
src - 変換基の文字列
戻り値:
変換後の文字列

encode

public static java.lang.String encode(java.lang.CharSequence src)
文字列をプロパティ用の Unicode escapes の文字表現に変換して返却します。

パラメータ:
src - 変換基の文字列
戻り値:
変換後の文字列