com.progress.open4gl
Class ByteArrayHolder

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

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.


Constructor Summary
ByteArrayHolder()
           
ByteArrayHolder(byte[] value)
           
 
Method Summary
 byte[] getByteArrayValue()
           
 void setByteArrayValue(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

ByteArrayHolder

public ByteArrayHolder()

ByteArrayHolder

public ByteArrayHolder(byte[] value)
Method Detail

getByteArrayValue

public byte[] getByteArrayValue()

setByteArrayValue

public void setByteArrayValue(byte[] value)