|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSValueCreation
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSValueCreation._static_
|
Method Summary | |
---|---|
NSValue |
initWithBytes_objCType(Pointer value,
Pointer type)
Deprecated. use the safer methods initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) and initWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead |
NSValue |
initWithBytes_objCType(Pointer value,
String type)
Original signature : -(id)initWithBytes:(const void*) objCType:(const char*) from NSValueCreation native declaration : NSValue.h:19 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
@Deprecated NSValue initWithBytes_objCType(Pointer value, Pointer type)
initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String)
and initWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer)
instead
-(id)initWithBytes:(const void*) objCType:(const char*)
NSValue initWithBytes_objCType(Pointer value, String type)
-(id)initWithBytes:(const void*) objCType:(const char*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |