com.progress.open4gl
Class ByteArrayArrayHolder

java.lang.Object
  |
  +--com.progress.open4gl.Holder
        |
        +--com.progress.open4gl.ByteArrayArrayHolder

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.


Constructor Summary
ByteArrayArrayHolder()
           
ByteArrayArrayHolder(byte[][] value)
           
 
Method Summary
 byte[][] getByteArrayArrayValue()
           
 void setByteArrayArrayValue(byte[][] value)
           
 
Methods inherited from class com.progress.open4gl.Holder
getValue, isNull, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayArrayHolder

public ByteArrayArrayHolder()

ByteArrayArrayHolder

public ByteArrayArrayHolder(byte[][] value)
Method Detail

getByteArrayArrayValue

public byte[][] getByteArrayArrayValue()

setByteArrayArrayValue

public void setByteArrayArrayValue(byte[][] value)