com.ibm.di.fc.castorbind
Class ByteArrayWrapper

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

public class ByteArrayWrapper
extends Object

This class wraps an array of Byte objects into one object


Constructor Summary
ByteArrayWrapper()
          Class constructor
 
Method Summary
 Byte[] getBytes()
          Returns the member variable
 void setBytes(Byte[] aBytes)
          Sets the member variable of the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayWrapper

public ByteArrayWrapper()
Class constructor

Method Detail

setBytes

public void setBytes(Byte[] aBytes)
Sets the member variable of the class

Parameters:
aBytes - array of Byte objects

getBytes

public Byte[] getBytes()
Returns the member variable

Returns:
an array of Byte objects