com.kenai.jaffl
Interface Type
public interface Type
Method Summary |
int |
alignment()
The native alignment of this type, in bytes |
int |
size()
The size in bytes of this type. |
SCHAR
static final Type SCHAR
UCHAR
static final Type UCHAR
SSHORT
static final Type SSHORT
USHORT
static final Type USHORT
SINT
static final Type SINT
UINT
static final Type UINT
SLONG
static final Type SLONG
ULONG
static final Type ULONG
SLONGLONG
static final Type SLONGLONG
ULONGLONG
static final Type ULONGLONG
FLOAT
static final Type FLOAT
DOUBLE
static final Type DOUBLE
ADDRESS
static final Type ADDRESS
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
Copyright © 2011. All Rights Reserved.