mccallum@gnu.ai.mit.edu
)fedor@boulder.colorado.edu
)Version: 1.40
Date: 2004/01/25 18:39:20
Copyright: (C) 1995, 1996 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSCoder.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Method summary
Returns a flag indicating whether the receiver
supported keyed coding. the default
implementation returns NO
.
Subclasses supporting keyed coding must override
this to return YES
.
Returns a class indicating whether an encoded value corresponding to aKey exists.
Description forthcoming.
Returns a boolean value associated with aKey. This value must previously have been encoded using -encodeBool:forKey:
Returns a pointer to a byte array associated with
aKey.
Returns the length of the
data in aLength.
This value must previously
have been encoded using
-encodeBytes:length:forKey:
Description forthcoming.
Description forthcoming.
Returns a double value associated with aKey. This value must previously have been encoded using -encodeDouble:forKey: or -encodeFloat:forKey:
Returns a float value associated with
aKey. This value must previously have been
encoded using
-encodeFloat:forKey:
or
-encodeDouble:forKey:
Precision may be lost (or an exception raised
if the value will not fit in a float) if the value was
encoded using
-encodeDouble:forKey:
,
Returns a 32-bit integer value associated with
aKey. This value must previously have been
encoded using
-encodeInt:forKey:
,
-encodeInt32:forKey:
, or
-encodeInt64:forKey:
.
An exception will be raised if the value does
not fit in a 32-bit integer.
Returns a 64-bit integer value associated with aKey. This value must previously have been encoded using -encodeInt:forKey: , -encodeInt32:forKey: , or -encodeInt64:forKey: .
Returns an integer value associated with
aKey. This value must previously have been
encoded using
-encodeInt:forKey:
,
-encodeInt32:forKey:
, or
-encodeInt64:forKey:
.
An exception will be raised if the value does
not fit in an integer.
Description forthcoming.
Returns an object value associated with aKey. This value must previously have been encoded using -encodeObject:forKey: or -encodeConditionalObject:forKey:
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Encodes aBool and associates the encoded value with aKey.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Encodes the data of the specified length and pointed to by aPointeraBool, and associates the encoded value with aKey.
Description forthcoming.
Encodes anObject and associates the encoded value with aKey, but only if anObject has already been encoded using -encodeObject:forKey:
Description forthcoming.
Encodes aDouble and associates the encoded value with aKey.
Encodes aFloat and associates the encoded value with aKey.
Encodes anInteger and associates the encoded value with aKey.
Encodes anInteger and associates the encoded value with aKey.
Encodes anInteger and associates the encoded value with aKey.
Description forthcoming.
Encodes anObject and associates the encoded value with aKey.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
- Declared in:
- Foundation/NSCoder.h
Standards:
- NotOpenStep
- NotMacOS-X
- GNUstep
Description forthcoming.
Method summaryDescription forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.