|
||||||||||
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.NSCoder
org.rococoa.cocoa.foundation.NSKeyedUnarchiver
public abstract class NSKeyedUnarchiver
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 class |
NSKeyedUnarchiver._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSKeyedUnarchiver()
|
Method Summary | |
---|---|
static NSKeyedUnarchiver |
alloc()
|
static ObjCClass |
classForClassName(NSString codedName)
Original signature : +(Class)classForClassName:(NSString*) native declaration : NSKeyedArchiver.h:109 |
abstract boolean |
containsValueForKey(NSString key)
Original signature : -(BOOL)containsValueForKey:(NSString*) native declaration : NSKeyedArchiver.h:112 |
static NSKeyedUnarchiver |
createForReadingWithData(NSData data)
Factory method |
abstract boolean |
decodeBoolForKey(NSString key)
Original signature : -(BOOL)decodeBoolForKey:(NSString*) native declaration : NSKeyedArchiver.h:115 |
abstract Pointer |
decodeBytesForKey_returnedLength(NSString key,
NativeSizeByReference lengthp)
returned bytes immutable, and they go away with the unarchiver, not the containing autorlease pool Original signature : -(const uint8_t*)decodeBytesForKey:(NSString*) returnedLength:(NSUInteger*) native declaration : NSKeyedArchiver.h:121 |
abstract double |
decodeDoubleForKey(NSString key)
Original signature : -(double)decodeDoubleForKey:(NSString*) native declaration : NSKeyedArchiver.h:120 |
abstract float |
decodeFloatForKey(NSString key)
Original signature : -(float)decodeFloatForKey:(NSString*) native declaration : NSKeyedArchiver.h:119 |
abstract int |
decodeInt32ForKey(NSString key)
Original signature : -(int32_t)decodeInt32ForKey:(NSString*) native declaration : NSKeyedArchiver.h:117 |
abstract long |
decodeInt64ForKey(NSString key)
Original signature : -(int64_t)decodeInt64ForKey:(NSString*) native declaration : NSKeyedArchiver.h:118 |
abstract int |
decodeIntForKey(NSString key)
may raise a range exception Original signature : -(int)decodeIntForKey:(NSString*) native declaration : NSKeyedArchiver.h:116 |
abstract NSObject |
decodeObjectForKey(NSString key)
Original signature : -(id)decodeObjectForKey:(NSString*) native declaration : NSKeyedArchiver.h:114 |
abstract ObjCObject |
delegate()
Original signature : -(id native declaration : NSKeyedArchiver.h:100 |
abstract void |
finishDecoding()
Original signature : -(void)finishDecoding native declaration : NSKeyedArchiver.h:102 |
static NSKeyedUnarchiver._class_ |
getNSClass()
|
abstract NSKeyedUnarchiver |
initForReadingWithData(NSData data)
Original signature : -(id)initForReadingWithData:(NSData*) native declaration : NSKeyedArchiver.h:97 |
static NSKeyedUnarchiver |
new_()
|
static void |
setClass_forClassName(ObjCClass cls,
NSString codedName)
Original signature : +(void)setClass:(Class) forClassName:(NSString*) native declaration : NSKeyedArchiver.h:104 |
abstract void |
setDelegate(ObjCObject delegate)
Original signature : -(void)setDelegate:(id native declaration : NSKeyedArchiver.h:99 |
static NSObject |
unarchiveObjectWithData(NSData data)
Original signature : +(id)unarchiveObjectWithData:(NSData*) native declaration : NSKeyedArchiver.h:94 |
static NSObject |
unarchiveObjectWithFile(NSString path)
Original signature : +(id)unarchiveObjectWithFile:(NSString*) native declaration : NSKeyedArchiver.h:95 |
Methods inherited from class org.rococoa.cocoa.foundation.NSCoder |
---|
as_NSCoder_NSAppKitColorExtensions, as_NSCoder_NSExtendedCoder, as_NSCoder_NSGeometryCoding, as_NSCoder_NSGeometryKeyedCoding, as_NSCoder_NSTypedstreamCompatibility, decodeDataObject, decodeValueOfObjCType_at, decodeValueOfObjCType_at, encodeDataObject, encodeValueOfObjCType_at, encodeValueOfObjCType_at, versionForClassName |
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, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSKeyedUnarchiver()
Method Detail |
---|
public static NSObject unarchiveObjectWithData(NSData data)
+(id)unarchiveObjectWithData:(NSData*)
public static NSObject unarchiveObjectWithFile(NSString path)
+(id)unarchiveObjectWithFile:(NSString*)
public abstract NSKeyedUnarchiver initForReadingWithData(NSData data)
-(id)initForReadingWithData:(NSData*)
public static NSKeyedUnarchiver createForReadingWithData(NSData data)
initForReadingWithData(org.rococoa.cocoa.foundation.NSData)
public abstract void setDelegate(ObjCObject delegate)
-(void)setDelegate:(id)
public abstract ObjCObject delegate()
-(id)delegate
public abstract void finishDecoding()
-(void)finishDecoding
public static void setClass_forClassName(ObjCClass cls, NSString codedName)
+(void)setClass:(Class) forClassName:(NSString*)
public static ObjCClass classForClassName(NSString codedName)
+(Class)classForClassName:(NSString*)
public abstract boolean containsValueForKey(NSString key)
-(BOOL)containsValueForKey:(NSString*)
public abstract NSObject decodeObjectForKey(NSString key)
-(id)decodeObjectForKey:(NSString*)
public abstract boolean decodeBoolForKey(NSString key)
-(BOOL)decodeBoolForKey:(NSString*)
public abstract int decodeIntForKey(NSString key)
-(int)decodeIntForKey:(NSString*)
public abstract int decodeInt32ForKey(NSString key)
-(int32_t)decodeInt32ForKey:(NSString*)
public abstract long decodeInt64ForKey(NSString key)
-(int64_t)decodeInt64ForKey:(NSString*)
public abstract float decodeFloatForKey(NSString key)
-(float)decodeFloatForKey:(NSString*)
public abstract double decodeDoubleForKey(NSString key)
-(double)decodeDoubleForKey:(NSString*)
public abstract Pointer decodeBytesForKey_returnedLength(NSString key, NativeSizeByReference lengthp)
-(const uint8_t*)decodeBytesForKey:(NSString*) returnedLength:(NSUInteger*)
public static NSKeyedUnarchiver alloc()
public static NSKeyedUnarchiver new_()
public static NSKeyedUnarchiver._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |