okuyama.imdst.util
クラス PartialFileModeCoreValueCnv

java.lang.Object
  上位を拡張 okuyama.imdst.util.PartialFileModeCoreValueCnv
すべての実装されたインタフェース:
ICoreValueConverter

public class PartialFileModeCoreValueCnv
extends java.lang.Object
implements ICoreValueConverter

最終保存媒体がFile時のConverter.
Encode仕様:Key=BASE64でデコード後、バイト配列で返す Value=なにもしない Decode仕様:Key=BASE64でエンコード後、Stringで返す Value=なにもしない

作成者:
T.Okuyama

コンストラクタの概要
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
 

コンストラクタの詳細

PartialFileModeCoreValueCnv

public PartialFileModeCoreValueCnv()
メソッドの詳細

convertEncodeKey

public java.lang.Object convertEncodeKey(java.lang.Object key)
引数のObjectはBase64でエンコード後のString 返却値はCoreMapKeyに格納して返す

定義:
インタフェース ICoreValueConverter 内の convertEncodeKey

convertEncodeValue

public java.lang.Object convertEncodeValue(java.lang.Object value)
引数のLong型の値 返却値は何もせずに返却

定義:
インタフェース ICoreValueConverter 内の convertEncodeValue

convertDecodeKey

public java.lang.Object convertDecodeKey(java.lang.Object key)
引数のObjectはCoreValue 返却値はBase64でエンコード後の文字列

定義:
インタフェース ICoreValueConverter 内の convertDecodeKey

convertDecodeValue

public java.lang.Object convertDecodeValue(java.lang.Object value)
引数のLong型の値 返却値は何もせずに返却

定義:
インタフェース ICoreValueConverter 内の convertDecodeValue