PATH |
D2WKeyValueUnarchiver
Package: com.apple.client.directtoweb.commonInherits from:java.lang.Object
Class Description
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.
Method Types
Constructors
- public D2WKeyValueUnarchiver(String aString)
- public D2WKeyValueUnarchiver(byte[] aByteArray, D2WKeyValueArchivingDelegate delegate)
- public D2WKeyValueUnarchiver(String aString, D2WKeyValueArchivingDelegate delegate)
- public D2WKeyValueUnarchiver(byte[] aByteArray)
Private Methods
Constructors
com.apple.client.directtoweb.common.D2WKeyValueUnarchiver
public D2WKeyValueUnarchiver(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
com.apple.client.directtoweb.common.D2WKeyValueUnarchiver
public D2WKeyValueUnarchiver(byte[] aByteArray, D2WKeyValueArchivingDelegate delegate)
This method is intentionally undocumented. You should never have to invoke or customize it.
com.apple.client.directtoweb.common.D2WKeyValueUnarchiver
public D2WKeyValueUnarchiver(String aString, D2WKeyValueArchivingDelegate delegate)
This method is intentionally undocumented. You should never have to invoke or customize it.
com.apple.client.directtoweb.common.D2WKeyValueUnarchiver
public D2WKeyValueUnarchiver(byte[] aByteArray)
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
decodeBoolForKey
public boolean decodeBoolForKey(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
decodeIntForKey
public int decodeIntForKey(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
decodeObject
public Object decodeObject()
This method is intentionally undocumented. You should never have to invoke or customize it.
decodeObjectForKey
public Object decodeObjectForKey(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.