com.sun.jna

Class Structure.FFIType

static class Structure.FFIType extends Structure

This class auto-generates an ffi_type structure appropriate for a given structure for use by libffi. The lifecycle of this structure is easier to manage on the Java side than in native code.
Nested Class Summary
static classStructure.FFIType.size_t
Field Summary
shortalignment
Pointerelements
Structure.FFIType.size_tsize
shorttype
Method Summary
static Pointerget(Object obj)

Field Detail

alignment

public short alignment

elements

public Pointer elements

size

public Structure.FFIType.size_t size

type

public short type

Method Detail

get

static Pointer get(Object obj)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.