|
|||||||||||
| 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 | |
|---|---|
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 |
|---|
public ByteArrayWrapper()
| Method Detail |
|---|
public void setBytes(Byte[] aBytes)
aBytes - array of Byte objectspublic Byte[] getBytes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||