|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.glacier.Fragment
DESCRIBE THE CLASS
Field Summary | |
byte[] |
payload
DESCRIBE THE FIELD |
Constructor Summary | |
Fragment(InputBuffer buf)
Constructor for Fragment. |
|
Fragment(int _size)
Constructor for Fragment. |
Method Summary | |
byte[] |
getPayload()
Gets the Payload attribute of the Fragment object |
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 |
public transient byte[] payload
Constructor Detail |
public Fragment(int _size)
_size
- DESCRIBE THE PARAMETERpublic Fragment(InputBuffer buf) throws java.io.IOException
buf
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTIONMethod Detail |
public byte[] getPayload()
public void serialize(OutputBuffer buf) throws java.io.IOException
buf
- 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 |