Class ByteArrayArrayHolder

java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.ByteArrayArrayHolder
All Implemented Interfaces:
Serializable

public class ByteArrayArrayHolder extends Holder
The ByteArrayArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT byte[][] values when the 4GL parameter type is RAW EXTENT.
See Also:
  • Constructor Details

    • ByteArrayArrayHolder

      public ByteArrayArrayHolder()
    • ByteArrayArrayHolder

      public ByteArrayArrayHolder(byte[][] value)
  • Method Details

    • setByteArrayArrayValue

      public void setByteArrayArrayValue(byte[][] value)
    • getByteArrayArrayValue

      public byte[][] getByteArrayArrayValue()