|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.Type
public abstract class Type
| Constructor Summary | |
|---|---|
Type()
|
|
| Method Summary | |
|---|---|
abstract int |
alignment()
The native alignment of this type, in bytes |
abstract NativeType |
getNativeType()
The native type of this type |
abstract int |
size()
The size in bytes of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Type()
| Method Detail |
|---|
public abstract int size()
public abstract int alignment()
public abstract NativeType getNativeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||