|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.commons.codec.FileNameCodec
public abstract class FileNameCodec
ファイル名に適した文字列に変換、復元する処理を提供する。
コンストラクタの概要 | |
---|---|
FileNameCodec()
|
メソッドの概要 | |
---|---|
abstract String |
decode(String value)
文字列を復元する。 |
protected String |
decode(String value,
char headerChar)
|
protected int |
decodeChars(char[] sequence,
int start,
StringBuilder buffer,
char headerChar)
|
abstract String |
encode(String value)
文字列をファイル名に適した文字列へ変換する。 |
static FileNameCodec |
getInstance()
インスタンスを取得する。 |
protected boolean |
isHexAlphaOrDigit(char c)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FileNameCodec()
メソッドの詳細 |
---|
public abstract String encode(String value)
value
- 文字列
public abstract String decode(String value)
value
- 文字列
public static FileNameCodec getInstance()
protected String decode(String value, char headerChar)
protected int decodeChars(char[] sequence, int start, StringBuilder buffer, char headerChar)
protected boolean isHexAlphaOrDigit(char c)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |