Package com.ibm.di.fc.castorbind
Class ByteArrayWrapper
- java.lang.Object
-
- com.ibm.di.fc.castorbind.ByteArrayWrapper
-
public class ByteArrayWrapper extends java.lang.ObjectThis class wraps an array ofByteobjects 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 variablevoidsetBytes(java.lang.Byte[] aBytes)Sets the member variable of the class
-