|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.sample.fields.Format5Extent
public class Format5Extent
A class which maps an available extent in a Format5 DSCB.
Format5DSCB
Field Summary | |
---|---|
protected int |
bufOffset
|
protected byte[] |
bytes
|
static int |
EXTLEN
EXTLEN EQU * LENGTH OF EXTENT (5) |
static int |
F5EXTENT
F5EXTENT DSECT |
protected static AssemblerDatatypeFactory |
factory
|
protected static BinaryAsIntField |
FIRSTTRK
FIRSTTRK DS XL2 RELATIVE TRACK ADDR OF FIRST TRACK |
protected static BinaryAsIntField |
UNUSEDCYL
UNUSEDCYL DS XL2 NUMBER OF UNUSED CYLINDERS |
protected static BinaryAsIntField |
UNUSEDTRK
UNUSEDTRK DS XL1 NUMBER OF ADDTL UNUSED TRACKS |
Constructor Summary | |
---|---|
Format5Extent(byte[] buffer,
int bufOffset)
|
Method Summary | |
---|---|
int |
getFirsttrk()
|
int |
getUnusedcyl()
|
int |
getUnusedtrk()
|
void |
setFirsttrk(int firsttrk)
|
void |
setUnusedcyl(int unusedcyl)
|
void |
setUnusedtrk(int unusedtrk)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static AssemblerDatatypeFactory factory
public static int F5EXTENT
protected static BinaryAsIntField FIRSTTRK
protected static BinaryAsIntField UNUSEDCYL
protected static BinaryAsIntField UNUSEDTRK
public static final int EXTLEN
protected byte[] bytes
protected int bufOffset
Constructor Detail |
---|
public Format5Extent(byte[] buffer, int bufOffset)
Method Detail |
---|
public int getFirsttrk()
public void setFirsttrk(int firsttrk)
public int getUnusedcyl()
public void setUnusedcyl(int unusedcyl)
public int getUnusedtrk()
public void setUnusedtrk(int unusedtrk)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |