|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.p2p.splitstream.SplitStreamContent
public class SplitStreamContent
This represents data sent through scribe for splitstream
Field Summary | |
---|---|
protected byte[] |
data
The 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 contentMethod Detail |
---|
public byte[] getData()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |