org.seasar.cubby.dxo.converter.impl
クラス ByteArrayConverter

java.lang.Object
  上位を拡張 org.seasar.extension.dxo.converter.impl.AbstractConverter
      上位を拡張 org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter
          上位を拡張 org.seasar.cubby.dxo.converter.impl.ByteArrayConverter
すべての実装されたインタフェース:
Converter

public class ByteArrayConverter
extends AbstractFileItemConverter

FileItemから byte の配列へ変換するConverterです。

導入されたバージョン:
1.0.0
作成者:
baba

フィールドの概要
 
クラス org.seasar.extension.dxo.converter.impl.AbstractConverter から継承されたフィールド
shallowCopy
 
コンストラクタの概要
ByteArrayConverter()
           
 
メソッドの概要
protected  Object convert(FileItem fileItem)
           指定されたFileItemから取得したbyte配列を返します。
 Class getDestClass()
          
 
クラス org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter から継承されたメソッド
convert, getSourceClasses
 
クラス org.seasar.extension.dxo.converter.impl.AbstractConverter から継承されたメソッド
convert, getEnumName, getEnumOrdinal, isEnum, setShallowCopy
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ByteArrayConverter

public ByteArrayConverter()
メソッドの詳細

getDestClass

public Class getDestClass()

戻り値:
byteの配列のクラスを返します。

convert

protected Object convert(FileItem fileItem)

指定されたFileItemから取得したbyte配列を返します。

定義:
クラス AbstractFileItemConverter 内の convert
戻り値:
指定されたFileItemから取得した byte 配列
関連項目:
FileItem.get()


Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.