jnr.ffi
Interface Type

All Known Implementing Classes:
BadType, StructLayout

public interface Type


Method Summary
 int alignment()
          The native alignment of this type, in bytes
 NativeType getNativeType()
          The native type of this type
 int size()
          The size in bytes of this type.
 

Method Detail

size

int size()
The size in bytes of this type.

Returns:
An integer

alignment

int alignment()
The native alignment of this type, in bytes

Returns:
An integer

getNativeType

NativeType getNativeType()
The native type of this type

Returns:
the native type of this type


Copyright © 2012. All Rights Reserved.