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