|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.castorbind.ByteArrayWrapper
public class ByteArrayWrapper
This class wraps an array of Byte
objects into one object
Constructor Summary | |
---|---|
ByteArrayWrapper()
Class constructor |
Method Summary | |
---|---|
java.lang.Byte[] |
getBytes()
Returns the member variable |
void |
setBytes(java.lang.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 |
---|
public ByteArrayWrapper()
Method Detail |
---|
public void setBytes(java.lang.Byte[] aBytes)
aBytes
- array of Byte objectspublic java.lang.Byte[] getBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |