|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectokuyama.imdst.util.PartialFileModeCoreValueCnv
public class PartialFileModeCoreValueCnv
最終保存媒体がFile時のConverter.
Encode仕様:Key=BASE64でデコード後、バイト配列で返す
Value=なにもしない
Decode仕様:Key=BASE64でエンコード後、Stringで返す
Value=なにもしない
| コンストラクタの概要 | |
|---|---|
PartialFileModeCoreValueCnv()
|
|
| メソッドの概要 | |
|---|---|
java.lang.Object |
convertDecodeKey(java.lang.Object key)
引数のObjectはCoreValue 返却値はBase64でエンコード後の文字列 |
java.lang.Object |
convertDecodeValue(java.lang.Object value)
引数のLong型の値 返却値は何もせずに返却 |
java.lang.Object |
convertEncodeKey(java.lang.Object key)
引数のObjectはBase64でエンコード後のString 返却値はCoreMapKeyに格納して返す |
java.lang.Object |
convertEncodeValue(java.lang.Object value)
引数のLong型の値 返却値は何もせずに返却 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PartialFileModeCoreValueCnv()
| メソッドの詳細 |
|---|
public java.lang.Object convertEncodeKey(java.lang.Object key)
ICoreValueConverter 内の convertEncodeKeypublic java.lang.Object convertEncodeValue(java.lang.Object value)
ICoreValueConverter 内の convertEncodeValuepublic java.lang.Object convertDecodeKey(java.lang.Object key)
ICoreValueConverter 内の convertDecodeKeypublic java.lang.Object convertDecodeValue(java.lang.Object value)
ICoreValueConverter 内の convertDecodeValue
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||