|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.BitFields
public class BitFields
Support for C bit fields
Field Summary | |
---|---|
static Object |
UNHANDLED_TYPE
|
Constructor Summary | |
---|---|
BitFields()
|
Method Summary | |
---|---|
static Object |
getPrimitiveValue(Pointer pointer,
long offset,
int bitOffset,
int bits,
Class type)
|
static boolean |
setPrimitiveValue(Pointer pointer,
long offset,
int bitOffset,
int bits,
Object value,
Class type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Object UNHANDLED_TYPE
Constructor Detail |
---|
public BitFields()
Method Detail |
---|
public static boolean setPrimitiveValue(Pointer pointer, long offset, int bitOffset, int bits, Object value, Class type)
public static Object getPrimitiveValue(Pointer pointer, long offset, int bitOffset, int bits, Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |