| 
 | Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--rice.p2p.splitstream.SplitStreamContent
This represents data sent through scribe for splitstream
| Field Summary | |
| protected  byte[] | dataThe internal data - just the bytes | 
| Constructor Summary | |
| SplitStreamContent(byte[] data)Constructor taking in a byte[] | |
| Method Summary | |
|  byte[] | getData()Returns the data for this content | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected byte[] data
| Constructor Detail | 
public SplitStreamContent(byte[] data)
data - The data for this content| Method Detail | 
public byte[] getData()
| 
 | Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||