fabric.common
Class ObjectGroup

java.lang.Object
  extended by fabric.common.ObjectGroup

public class ObjectGroup
extends java.lang.Object

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

ObjectGroup

public ObjectGroup(LongKeyMap<SerializedObject> objects)

ObjectGroup

public ObjectGroup(java.io.DataInput in)
            throws java.io.IOException
Deserialization constructor.

Throws:
java.io.IOException
Method Detail

objects

public LongKeyMap<SerializedObject> objects()
The objects as a map from their onums to the objects.


write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Serializes the group onto the given output stream.

Throws:
java.io.IOException