com.ibm.jzos.recordgen.asm
Class ADataDCDSValue
java.lang.Object
com.ibm.jzos.recordgen.asm.ADataDCDSValue
public class ADataDCDSValue
- extends java.lang.Object
Maps a AData DCDS record VALUE block
- See Also:
ADataDCDSRecord
Constructor Summary |
ADataDCDSValue(byte[] buffer,
int bufOffset)
Construct an instance on an existing byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUFFER_LEN
public static final int BUFFER_LEN
- See Also:
- Constant Field Values
factory
protected static AssemblerDatatypeFactory factory
ADataDCDSValue
public ADataDCDSValue(byte[] buffer,
int bufOffset)
- Construct an instance on an existing byte array.
- Parameters:
buffer
- the byte array used as backing memory for the structure
getNEXT_VAL_OFF
public int getNEXT_VAL_OFF()
getOBJECT_OFF
public int getOBJECT_OFF()
getBYTE_LEN
public int getBYTE_LEN()
getBIT_LEN
public int getBIT_LEN()
getNextValue
public ADataDCDSValue getNextValue()
- Answer the next linked ADataDCDSValue
- Returns:
- ADataDCDSValue
dumpOn
public void dumpOn(java.io.Writer writer)
throws java.io.IOException
- Write a (debug) dump of the receiver
- Parameters:
writer
-
- Throws:
java.io.IOException