com.ibm.jzos.sample.fields
Class Format5DSCB

java.lang.Object
  extended by com.ibm.jzos.sample.fields.Format5DSCBBase
      extended by 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)'


Field Summary
 
Fields inherited from class com.ibm.jzos.sample.fields.Format5DSCBBase
bufOffset, bytes, DS5AVEXT, DS5END, DS5EXTAV, DS5EXTLN, DS5EXTMX, DS5FMTID, DS5IDC, DS5KEYID, DS5MAVET, DS5PTRDS, DS5RTALN, F5DSCB, factory, IECSDSF5, IECSDSL5
 
Constructor Summary
Format5DSCB(byte[] buffer)
          Construct an instance on a buffer containing raw record bytes
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format5DSCB

public Format5DSCB(byte[] buffer)
Construct an instance on a buffer containing raw record bytes

Method Detail

getExtent

public Format5Extent getExtent(int index)
Answer one of the available extents from this record

Parameters:
index - the extent number (1-26)