|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nscoder.NSCoder
com.jniwrapper.macosx.cocoa.nskeyedarchiver.NSKeyedArchiver
This class represents NSKeyedArchiver class.
See the class documentation at the Apple's site: NSKeyedArchiver
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSKeyedArchiver()
|
|
NSKeyedArchiver(boolean autorelease)
Contructs the NSKeyedArchiver class with the autorelease option on. |
|
NSKeyedArchiver(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSKeyedArchiver class from pointer. |
|
NSKeyedArchiver(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSKeyedArchiver class with static constructor. |
|
| Method Summary | |
com.jniwrapper.Pointer.Void |
classNameForClass(CClass cls)
|
Id |
delegate()
|
void |
encodeBool_forKey(boolean boolv,
java.lang.String key)
This method represents the encodeBool() method of the NSKeyedArchiver Objective-C class. |
void |
encodeBytes_length_forKey(com.jniwrapper.UInt8 bytesp,
com.jniwrapper.UInt16 lenv,
java.lang.String key)
This method represents the encodeBytes() method of the NSKeyedArchiver Objective-C class. |
void |
encodeConditionalObject_forKey(Id objv,
java.lang.String key)
This method represents the encodeConditionalObject() method of the NSKeyedArchiver Objective-C class. |
void |
encodeDouble_forKey(com.jniwrapper.DoubleFloat realv,
java.lang.String key)
This method represents the encodeDouble() method of the NSKeyedArchiver Objective-C class. |
void |
encodeFloat_forKey(com.jniwrapper.SingleFloat realv,
java.lang.String key)
This method represents the encodeFloat() method of the NSKeyedArchiver Objective-C class. |
void |
encodeInt_forKey(com.jniwrapper.Int intv,
java.lang.String key)
This method represents the encodeInt() method of the NSKeyedArchiver Objective-C class. |
void |
encodeInt32_forKey(com.jniwrapper.Int32 intv,
java.lang.String key)
This method represents the encodeInt32() method of the NSKeyedArchiver Objective-C class. |
void |
encodeInt64_forKey(com.jniwrapper.Int64 intv,
java.lang.String key)
This method represents the encodeInt64() method of the NSKeyedArchiver Objective-C class. |
void |
encodeObject_forKey(Id objv,
java.lang.String key)
This method represents the encodeObject() method of the NSKeyedArchiver Objective-C class. |
void |
finishEncoding()
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initForWritingWithMutableData(NSMutableData data)
|
NSPropertyListFormat |
outputFormat()
|
void |
setClassName_forClass(java.lang.String codedName,
CClass cls)
This method represents the setClassName() method of the NSKeyedArchiver Objective-C class. |
void |
setDelegate(Id delegate)
|
void |
setOutputFormat(NSPropertyListFormat format)
|
static com.jniwrapper.Pointer.Void |
static_archivedDataWithRootObject(Id rootObject)
|
static com.jniwrapper.Bool |
static_archiveRootObject_toFile(Id rootObject,
java.lang.String path)
This method represents the archiveRootObject() method of the NSKeyedArchiver Objective-C class. |
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSKeyedArchiver()
public NSKeyedArchiver(boolean autorelease)
NSKeyedArchiver class with the autorelease option on.
autorelease - public NSKeyedArchiver(com.jniwrapper.Pointer.Void instancePtr)
NSKeyedArchiver class from pointer.
instancePtr -
public NSKeyedArchiver(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSKeyedArchiver class with static constructor.
methodName - parameters - | Method Detail |
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSCoder
public void encodeObject_forKey(Id objv,
java.lang.String key)
encodeObject() method of the NSKeyedArchiver Objective-C class.
encodeObject_forKey in class NSCoderobjv - key - public void finishEncoding()
public Id initForWritingWithMutableData(NSMutableData data)
public NSPropertyListFormat outputFormat()
public void setDelegate(Id delegate)
public void encodeConditionalObject_forKey(Id objv,
java.lang.String key)
encodeConditionalObject() method of the NSKeyedArchiver Objective-C class.
encodeConditionalObject_forKey in class NSCoderobjv - key - public com.jniwrapper.Pointer.Void classNameForClass(CClass cls)
public void encodeInt_forKey(com.jniwrapper.Int intv,
java.lang.String key)
encodeInt() method of the NSKeyedArchiver Objective-C class.
encodeInt_forKey in class NSCoderintv - key -
public void encodeInt64_forKey(com.jniwrapper.Int64 intv,
java.lang.String key)
encodeInt64() method of the NSKeyedArchiver Objective-C class.
encodeInt64_forKey in class NSCoderintv - key - public Id delegate()
public static com.jniwrapper.Pointer.Void static_archivedDataWithRootObject(Id rootObject)
public void encodeDouble_forKey(com.jniwrapper.DoubleFloat realv,
java.lang.String key)
encodeDouble() method of the NSKeyedArchiver Objective-C class.
encodeDouble_forKey in class NSCoderrealv - key -
public void encodeBool_forKey(boolean boolv,
java.lang.String key)
encodeBool() method of the NSKeyedArchiver Objective-C class.
encodeBool_forKey in class NSCoderboolv - key - public void setOutputFormat(NSPropertyListFormat format)
public void encodeFloat_forKey(com.jniwrapper.SingleFloat realv,
java.lang.String key)
encodeFloat() method of the NSKeyedArchiver Objective-C class.
encodeFloat_forKey in class NSCoderrealv - key -
public void encodeInt32_forKey(com.jniwrapper.Int32 intv,
java.lang.String key)
encodeInt32() method of the NSKeyedArchiver Objective-C class.
encodeInt32_forKey in class NSCoderintv - key -
public static com.jniwrapper.Bool static_archiveRootObject_toFile(Id rootObject,
java.lang.String path)
archiveRootObject() method of the NSKeyedArchiver Objective-C class.
rootObject - path -
public void setClassName_forClass(java.lang.String codedName,
CClass cls)
setClassName() method of the NSKeyedArchiver Objective-C class.
codedName - cls -
public void encodeBytes_length_forKey(com.jniwrapper.UInt8 bytesp,
com.jniwrapper.UInt16 lenv,
java.lang.String key)
encodeBytes() method of the NSKeyedArchiver Objective-C class.
encodeBytes_length_forKey in class NSCoderbytesp - lenv - key -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||