rice.p2p.scribe.rawserialization
Class JavaSerializedScribeContent

java.lang.Object
  extended by rice.p2p.scribe.rawserialization.JavaSerializedScribeContent
All Implemented Interfaces:
Serializable, RawScribeContent, ScribeContent

public class JavaSerializedScribeContent
extends Object
implements RawScribeContent

See Also:
Serialized Form

Field Summary
 ScribeContent content
           
static short TYPE
           
 
Constructor Summary
JavaSerializedScribeContent(ScribeContent content)
           
 
Method Summary
 ScribeContent getContent()
           
 short getType()
           
 void serialize(OutputBuffer buf)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final short TYPE
See Also:
Constant Field Values

content

public ScribeContent content
Constructor Detail

JavaSerializedScribeContent

public JavaSerializedScribeContent(ScribeContent content)
Method Detail

serialize

public void serialize(OutputBuffer buf)
               throws IOException
Specified by:
serialize in interface RawScribeContent
Throws:
IOException

getType

public short getType()
Specified by:
getType in interface RawScribeContent

toString

public String toString()
Overrides:
toString in class Object

getContent

public ScribeContent getContent()


Copyright © 2010. All Rights Reserved.