|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectapplicationLogic.utility.ByteArrayWrapper
public class ByteArrayWrapper
Wrapper for byte[].
Constructor Summary | |
---|---|
ByteArrayWrapper(byte[] byteArr)
Initialize byte array. |
Method Summary | |
---|---|
byte[] |
getByteArr()
Get byte array. |
void |
setByteArr(byte[] byteArr)
Set byte array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayWrapper(byte[] byteArr)
byteArr
- byte array to be wrapped in this object.Method Detail |
---|
public void setByteArr(byte[] byteArr)
byteArray
- byte array to be wrapped in this object.public byte[] getByteArr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |