com.ibm.di.fc.castorbind
Class ByteArrayWrapper

java.lang.Object
  extended by com.ibm.di.fc.castorbind.ByteArrayWrapper

public class ByteArrayWrapper
extends Object


Constructor Summary
ByteArrayWrapper()
           
 
Method Summary
 Byte[] getBytes()
           
 void setBytes(Byte[] aBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayWrapper

public ByteArrayWrapper()
Method Detail

setBytes

public void setBytes(Byte[] aBytes)

getBytes

public Byte[] getBytes()