Class Kstat2.Kstat2NV

  • Enclosing interface:
    Kstat2

    @FieldOrder({"name","type","kind","flags","data"})
    public static class Kstat2.Kstat2NV
    extends Structure
    Immutable Name/Value pair.
    • Field Detail

      • name

        public java.lang.String name
      • type

        public byte type
      • kind

        public byte kind
      • flags

        public short flags
    • Constructor Detail

      • Kstat2NV

        public Kstat2NV()
      • Kstat2NV

        public Kstat2NV​(Pointer p)
    • Method Detail

      • read

        public void read()
        Description copied from class: Structure
        Reads the fields of the struct from native memory
        Overrides:
        read in class Structure