com.ibm.jzos.fields

Class 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:
    DatatypeFactory
© Copyright IBM Corporation 2005, 2024.