org.rococoa.cocoa.foundation
Class NSCoder
java.lang.Object
org.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSCoder
- All Implemented Interfaces:
- ObjCObject
public abstract class NSCoder
- extends NSObject
- Author:
- paulloy
Fields inherited from class org.rococoa.cocoa.foundation.NSObject |
CLASS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSCoder
public NSCoder()
encodeObject_forKey
public abstract void encodeObject_forKey(NSObject objv,
NSString key)
decodeObjectForKey
public abstract NSObject decodeObjectForKey(NSString mountainNameString)
Copyright © 2012. All Rights Reserved.