|
|||||||||||
| 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
Transcribe Collections.
| Constructor Summary | |
(package private) |
ObjectTranscriber.CollectionTranscriber()
|
| Method Summary | |
(package private) abstract 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) abstract 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.CollectionTranscriber()
| Method Detail |
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
void skip(java.io.DataInput in)
throws java.io.IOException
skip in class ObjectTranscriber.AbstractTranscriberin - Place from where the array's values should be read
java.io.IOException - if there are problems writing information.
abstract void store(java.lang.Object value,
FOStoreOutput out)
throws java.io.IOException
java.io.IOException
abstract java.lang.Object fetch(java.io.DataInput in,
java.lang.Object owner,
int fieldNum)
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||