Class GempakFileReader.DMPart

  • Enclosing class:
    GempakFileReader

    protected static class GempakFileReader.DMPart
    extends Object
    Class to mimic the DMKEYS common block.
    • Field Detail

      • kprtnm

        public String kprtnm
        part name
      • klnhdr

        public int klnhdr
        header length
      • ktyprt

        public int ktyprt
        data type
      • kparms

        public int kparms
        number of params
      • kpkno

        public int kpkno
        packing number
      • kwordp

        public int kwordp
        length of packed rec
    • Constructor Detail

      • DMPart

        public DMPart()
        Default ctor
    • Method Detail

      • toString

        public String toString()
        Get a String representation of this object.
        Overrides:
        toString in class Object
        Returns:
        a String representation of this object.