java.lang.Object
com.ibm.jzos.sample.fields.Format5DSCBBase
com.ibm.jzos.sample.fields.Format5DSCB
A class which maps a Format 5 DSCB (VTOC free space)
For more information, see: 'SYS1.MODGEN(IECSDSL1)'
- Since:
- 2.1.0
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFormat5DSCB(byte[] buffer) Construct an instance on a buffer containing raw record bytes -
Method Summary
Modifier and TypeMethodDescriptiongetExtent(int index) Answer one of the available extents from this recordMethods inherited from class com.ibm.jzos.sample.fields.Format5DSCBBase
getDs5avext, getDs5extav, getDs5fmtid, getDs5keyid, getDs5mavet, getDs5ptrds, setDs5avext, setDs5extav, setDs5fmtid, setDs5keyid, setDs5mavet, setDs5ptrds
-
Constructor Details
-
Format5DSCB
public Format5DSCB(byte[] buffer) Construct an instance on a buffer containing raw record bytes
-
-
Method Details
-
getExtent
Answer one of the available extents from this record- Parameters:
index- the extent number (1-26)
-