Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WKeyValueUnarchiver

Package: com.apple.client.directtoweb.common

Inherits 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

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.