Class ByteArrayHolder

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

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

    • ByteArrayHolder

      public ByteArrayHolder()
    • ByteArrayHolder

      public ByteArrayHolder(byte[] value)
  • Method Details

    • setByteArrayValue

      public void setByteArrayValue(byte[] value)
    • getByteArrayValue

      public byte[] getByteArrayValue()