|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.p2p.splitstream.SplitStreamContent
This represents data sent through scribe for splitstream
| Field Summary | |
protected byte[] |
data
The internal data - just the bytes |
static short |
TYPE
DESCRIBE THE FIELD |
| Constructor Summary | |
SplitStreamContent(byte[] data)
Constructor taking in a byte[] |
|
SplitStreamContent(InputBuffer buf)
Constructor for SplitStreamContent. |
|
| Method Summary | |
byte[] |
getData()
Returns the data for this content |
short |
getType()
Raw Serialization ************************************** |
void |
serialize(OutputBuffer buf)
DESCRIBE THE METHOD |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected byte[] data
public static final short TYPE
| Constructor Detail |
public SplitStreamContent(byte[] data)
data - The data for this content
public SplitStreamContent(InputBuffer buf)
throws java.io.IOException
buf - DESCRIBE THE PARAMETER
java.io.IOException - DESCRIBE THE EXCEPTION| Method Detail |
public byte[] getData()
public short getType()
getType in interface RawScribeContent
public void serialize(OutputBuffer buf)
throws java.io.IOException
serialize in interface RawScribeContentbuf - DESCRIBE THE PARAMETER
java.io.IOException - DESCRIBE THE EXCEPTION
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||