com.ibm.apl2
Class Apl2cdr

java.lang.Object
  |
  +--com.ibm.apl2.Apl2cdr
All Implemented Interfaces:
java.io.Serializable

public class Apl2cdr
extends java.lang.Object
implements java.io.Serializable

Java object class which contains APL2 Canonical Data Representations (CDRs).

Each Apl2cdr object contains a CDR as an array of bytes.

See Also:
Serialized Form

Constructor Summary
Apl2cdr(byte[] Cdr)
          Construct an object from a byte array containing a CDR.
 
Method Summary
 byte[] bytearrayValue()
          Returns the value of the specified object as an array of bytes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Apl2cdr

public Apl2cdr(byte[] Cdr)
Construct an object from a byte array containing a CDR.

Method Detail

bytearrayValue

public byte[] bytearrayValue()
Returns the value of the specified object as an array of bytes.