rice.p2p.past.rawserialization
Interface RawPastContent

All Superinterfaces:
PastContent, Serializable
All Known Subinterfaces:
RawGCPastContent
All Known Implementing Classes:
JavaSerializedGCPastContent, JavaSerializedPastContent, NonAggregate, RawAggregate, RawPastRegrTest.NonMutableTestPastContent, RawPastRegrTest.NonOverwritingTestPastContent, RawPastRegrTest.TestPastContent, RawPastRegrTest.VersionedTestPastContent

public interface RawPastContent
extends PastContent


Method Summary
 short getType()
           
 void serialize(OutputBuffer buf)
           
 
Methods inherited from interface rice.p2p.past.PastContent
checkInsert, getHandle, getId, isMutable
 

Method Detail

getType

short getType()

serialize

void serialize(OutputBuffer buf)
               throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.