okuyama.imdst.util
クラス AllFileModeCoreValueCnv

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

public class AllFileModeCoreValueCnv
extends java.lang.Object
implements ICoreValueConverter

最終保存媒体がKey-ValueともにFile時のConverter.

作成者:
T.Okuyama

コンストラクタの概要
AllFileModeCoreValueCnv()
           
 
メソッドの概要
 java.lang.Object convertDecodeKey(java.lang.Object key)
          引数のObjectはCoreValue 返却値はBase64でエンコード後の文字列
 java.lang.Object convertDecodeValue(java.lang.Object value)
          引数のString型の値 Integerに変換して返却
 java.lang.Object convertEncodeKey(java.lang.Object key)
          引数のObjectはBase64でエンコード後のString 返却値はCoreMapKeyに格納して返す
 java.lang.Object convertEncodeValue(java.lang.Object value)
          引数のInteger型の値 Stringに変換して返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AllFileModeCoreValueCnv

public AllFileModeCoreValueCnv()
メソッドの詳細

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)
引数のInteger型の値 Stringに変換して返す

定義:
インタフェース 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)
引数のString型の値 Integerに変換して返却

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