|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreClassRegister
Writes class identifiers to a store allowing the class to be identified when the store data is being read back again. This provides the basis for multiple classes to be written to a single store location.
Method Summary | |
---|---|
java.lang.Class<?> |
getClassFromIdentifier(StoreReader storeReader)
Returns the class associated with the unique identifier in the store. |
void |
storeIdentifierForClass(StoreWriter storeWriter,
java.lang.Class<?> clazz)
Stores the unique identifier for the specified class to the store. |
Method Detail |
---|
void storeIdentifierForClass(StoreWriter storeWriter, java.lang.Class<?> clazz)
storeWriter
- The store to write class identification data to.clazz
- The class for which an identifier is required.java.lang.Class<?> getClassFromIdentifier(StoreReader storeReader)
storeReader
- The store to read class identification information from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |