|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.scribe.rawserialization.JavaSerializedScribeContent
public class JavaSerializedScribeContent
Field Summary | |
---|---|
ScribeContent |
content
|
static short |
TYPE
|
Constructor Summary | |
---|---|
JavaSerializedScribeContent(ScribeContent content)
|
Method Summary | |
---|---|
ScribeContent |
getContent()
|
short |
getType()
|
void |
serialize(OutputBuffer buf)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short TYPE
public ScribeContent content
Constructor Detail |
---|
public JavaSerializedScribeContent(ScribeContent content)
Method Detail |
---|
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface RawScribeContent
java.io.IOException
public short getType()
getType
in interface RawScribeContent
public java.lang.String toString()
toString
in class java.lang.Object
public ScribeContent getContent()
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |