com.progress.open4gl
Class Memptr

java.lang.Object
  |
  +--com.progress.open4gl.Memptr

public class Memptr
extends java.lang.Object

Represents the PROGRESS 4GL MEMPTR data type. Allows to convert the value to and from a Java byte array.


Constructor Summary
Memptr(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 void putBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Memptr

public Memptr(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()

putBytes

public void putBytes(byte[] bytes)