|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfabric.common.ObjectGroup
public class ObjectGroup
Holds a set of related, unencrypted, serialized objects.
| Constructor Summary | |
|---|---|
ObjectGroup(java.io.DataInput in)
Deserialization constructor. |
|
ObjectGroup(LongKeyMap<SerializedObject> objects)
|
|
| Method Summary | |
|---|---|
LongKeyMap<SerializedObject> |
objects()
The objects as a map from their onums to the objects. |
void |
write(java.io.DataOutput out)
Serializes the group onto the given output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectGroup(LongKeyMap<SerializedObject> objects)
public ObjectGroup(java.io.DataInput in)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public LongKeyMap<SerializedObject> objects()
public void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||