JNA API 4.1.0
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 4.1.0

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