com.ibm.jzos.fields

Interface Field

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getByteLength()
      Answer the length of the field described by the receiver
      int getOffset()
      Answer the offset of this field into some array of bytes
      void setOffset(int offset) 
    • Method Detail

      • getByteLength

        int getByteLength()
        Answer the length of the field described by the receiver
        Returns:
        int
      • getOffset

        int getOffset()
        Answer the offset of this field into some array of bytes
        Returns:
        int
      • setOffset

        void setOffset(int offset)
        See Also:
        getOffset()
© Copyright IBM Corporation 2005, 2014.