|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.apl2.Apl2cdr
Java object class which contains APL2 Canonical Data Representations (CDRs).
Each Apl2cdr object contains a CDR as an array of bytes.
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 byte s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Apl2cdr(byte[] Cdr)
byte
array containing a CDR.
Method Detail |
public byte[] bytearrayValue()
byte
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |