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