shohaku.core.helpers
クラス HCoder

java.lang.Object
  拡張shohaku.core.helpers.HCoder

public class HCoder
extends java.lang.Object

コード変換するヘルパーメソッド群を提供します。


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

コンストラクタの詳細

HCoder

public HCoder()
メソッドの詳細

decodeUnicodeEscapes

public static java.lang.String decodeUnicodeEscapes(java.lang.CharSequence src)
Unicode escapes の文字表現を文字列へ変換して返却します。

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

encodeUnicodeEscapes

public static java.lang.String encodeUnicodeEscapes(java.lang.CharSequence src)
文字列を Unicode escapes の文字表現に変換して返却します。

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

decodePropertiesEscapes

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

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

encodePropertiesEscapes

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

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