|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.storage.Serialized
public class Serialized
Container class contains deserialized object an related index on the recordstore
Constructor Summary | |
---|---|
Serialized(java.io.DataInputStream in,
Serializable s,
int index)
|
Method Summary | |
---|---|
Serializable |
getObject()
Object content getter |
int |
getObjectId()
Object content getter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Serialized(java.io.DataInputStream in, Serializable s, int index) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Serializable getObject()
public int getObjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |