|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSCoder._class_
org.rococoa.cocoa.foundation.NSKeyedArchiver._class_
public abstract static class NSKeyedArchiver._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSKeyedArchiver._class_()
|
Method Summary | |
---|---|
abstract NSKeyedArchiver |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
abstract NSData |
archivedDataWithRootObject(ObjCObject rootObject)
Original signature : +(NSData*)archivedDataWithRootObject:(id) native declaration : NSKeyedArchiver.h:41 |
abstract boolean |
archiveRootObject_toFile(ObjCObject rootObject,
NSString path)
Original signature : +(BOOL)archiveRootObject:(id) toFile:(NSString*) native declaration : NSKeyedArchiver.h:42 |
abstract NSString |
classNameForClass(ObjCClass cls)
Original signature : +(NSString*)classNameForClass:(Class) native declaration : NSKeyedArchiver.h:59 |
abstract NSKeyedArchiver |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract void |
setClassName_forClass(NSString codedName,
ObjCClass cls)
Original signature : +(void)setClassName:(NSString*) forClass:(Class) native declaration : NSKeyedArchiver.h:54 |
Methods inherited from class org.rococoa.cocoa.foundation.NSCoder._class_ |
---|
asStatic_NSCoder_NSAppKitColorExtensions, asStatic_NSCoder_NSExtendedCoder, asStatic_NSCoder_NSGeometryCoding, asStatic_NSCoder_NSGeometryKeyedCoding, asStatic_NSCoder_NSTypedstreamCompatibility |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSKeyedArchiver._class_()
Method Detail |
---|
public abstract NSData archivedDataWithRootObject(ObjCObject rootObject)
+(NSData*)archivedDataWithRootObject:(id)
public abstract boolean archiveRootObject_toFile(ObjCObject rootObject, NSString path)
+(BOOL)archiveRootObject:(id) toFile:(NSString*)
public abstract void setClassName_forClass(NSString codedName, ObjCClass cls)
+(void)setClassName:(NSString*) forClass:(Class)
public abstract NSString classNameForClass(ObjCClass cls)
+(NSString*)classNameForClass:(Class)
public abstract NSKeyedArchiver alloc()
NSObject._class_
+(id)alloc
alloc
in class NSCoder._class_
public abstract NSKeyedArchiver new_()
NSObject._class_
+(id)new
new_
in class NSCoder._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |