org.rococoa.cocoa.foundation.categories
Interface NSValueCreation

All Superinterfaces:
ObjCObject

public interface NSValueCreation
extends ObjCObject

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

initWithBytes_objCType

@Deprecated
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

Original signature : -(id)initWithBytes:(const void*) objCType:(const char*)
from NSValueCreation native declaration : NSValue.h:19


initWithBytes_objCType

NSValue initWithBytes_objCType(Pointer value,
                               String type)
Original signature : -(id)initWithBytes:(const void*) objCType:(const char*)
from NSValueCreation native declaration : NSValue.h:19



Copyright © 2009. All Rights Reserved.