Package com.ibm.di.fc.castorbind
Class ByteArrayWrapper
- java.lang.Object
-
- com.ibm.di.fc.castorbind.ByteArrayWrapper
-
public class ByteArrayWrapper extends java.lang.Object
This class wraps an array ofByte
objects into one object
-
-
Constructor Summary
Constructors Constructor Description ByteArrayWrapper()
Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Byte[]
getBytes()
Returns the member variablevoid
setBytes(java.lang.Byte[] aBytes)
Sets the member variable of the class
-