|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.fostore.ObjectTranscriber.AbstractTranscriber
org.apache.jdo.impl.fostore.ObjectTranscriber.CollectionTranscriber
org.apache.jdo.impl.fostore.ObjectTranscriber.TreeSetTranscriber
Transcribe TreeSets.
Constructor Summary | |
(package private) |
ObjectTranscriber.TreeSetTranscriber()
|
Method Summary | |
(package private) java.lang.Object |
fetch(java.io.DataInput in,
java.lang.Object owner,
int fieldNum)
|
(package private) void |
skip(java.io.DataInput in)
Skips elements of a Collection. |
(package private) void |
store(java.lang.Object value,
FOStoreOutput out)
|
protected void |
storeCollection(java.util.Collection obj,
FOStoreOutput out)
Store the elements of the collection. |
protected void |
writeInfo(java.util.Collection obj,
FOStoreOutput out)
Writes information for Collections, particularly for SCO Collections. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
ObjectTranscriber.TreeSetTranscriber()
Method Detail |
void store(java.lang.Object value, FOStoreOutput out) throws java.io.IOException
store
in class ObjectTranscriber.AbstractTranscriber
java.io.IOException
java.lang.Object fetch(java.io.DataInput in, java.lang.Object owner, int fieldNum) throws java.lang.Exception
fetch
in class ObjectTranscriber.AbstractTranscriber
java.lang.Exception
void skip(java.io.DataInput in) throws java.io.IOException
ObjectTranscriber.CollectionTranscriber
skip
in class ObjectTranscriber.CollectionTranscriber
in
- Place from where the array's values should be read
java.io.IOException
- if there are problems writing information.protected void writeInfo(java.util.Collection obj, FOStoreOutput out) throws java.io.IOException
obj
- Collection (possibly SCO) for which information in
written.out
- Output to which information is written.
java.io.IOException
- if there are problems writing information.protected void storeCollection(java.util.Collection obj, FOStoreOutput out) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |