Module ibm.jzos

Class AssemblerDatatypeFactory

java.lang.Object
com.ibm.jzos.fields.DatatypeFactory
com.ibm.jzos.fields.AssemblerDatatypeFactory

public class AssemblerDatatypeFactory extends DatatypeFactory
Concrete implementation of DatatypeFactory with Assembler Field related factory methods.

A running offset to the next field is maintained, along with a stack which can be used to push and pop the current Field offset. A DatatypeFactory is typically used to statically initialize static Field variables in a Java class which maps a record described by a byte array. For an example, see Format1DSCB.

Instances of this class or its subclasses will automatically construct instances of com.ibm.jzos.fields.daa classes if the com.ibm.jzos.fields.daa package is available at runtime. See DatatypeFactory for more information.

Since:
2.1.0, 2.4.5 Data Access Accelerator support
See Also: