Package jnr.ffi

Class Struct.Pointer

    • Constructor Detail

      • Pointer

        public Pointer()
        Creates a new Address field.
    • Method Detail

      • intValue

        public final int intValue()
        Returns an integer representation of this Pointer.
        Overrides:
        intValue in class Struct.PointerField
        Returns:
        an integer value for this Pointer.
      • longValue

        public final long longValue()
        Returns an long representation of this Pointer.
        Overrides:
        longValue in class Struct.PointerField
        Returns:
        an long value for this Pointer.
      • toString

        public final java.lang.String toString()
        Returns a string representation of this Pointer.
        Overrides:
        toString in class Struct.PointerField
        Returns:
        a string representation of this Pointer.