JNA API 3.5.1
com.sun.jna

Class IntegerType

    • Constructor Detail

      • IntegerType

        public IntegerType(int size)
        Create a zero-valued signed IntegerType.
      • IntegerType

        public IntegerType(int size,
                   boolean unsigned)
        Create a zero-valued optionally unsigned IntegerType.
      • IntegerType

        public IntegerType(int size,
                   long value)
        Create a signed IntegerType with the given value.
      • IntegerType

        public IntegerType(int size,
                   long value,
                   boolean unsigned)
        Create an optionally signed IntegerType with the given value.
JNA API 3.5.1

Copyright © 2007-2012 Timothy Wall. All Rights Reserved.