Package com.progress.open4gl
Class ByteArrayHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.ByteArrayHolder
- All Implemented Interfaces:
Serializable
The ByteArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT byte[]
values when the 4GL parameter type is RAW.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteArrayHolder
public ByteArrayHolder() -
ByteArrayHolder
public ByteArrayHolder(byte[] value)
-
-
Method Details
-
setByteArrayValue
public void setByteArrayValue(byte[] value) -
getByteArrayValue
public byte[] getByteArrayValue()
-