org.rococoa.cocoa.foundation.categories
Interface NSValueCreation
- All Known Implementing Classes:
- NSDecimalNumber, NSNumber, NSValue
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.
initWithBytes_objCType
@Deprecated
NSValue initWithBytes_objCType(Pointer value,
ByteByReference type)
- Deprecated. use the safer method
initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String)
instead
- Original signature :
-(id)initWithBytes:(const void*) objCType:(const char*)
initWithBytes_objCType
NSValue initWithBytes_objCType(Pointer value,
String type)