|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectits.backbone.domain.DataBlock
represents a data block, which contains a header and a data block. This is really a struct rather than an object, not sure it's worth using accessors instead of public/package-access data members.
| Constructor Summary | |
DataBlock(byte[] dataBlock)
constructor |
|
| Method Summary | |
byte[] |
getData()
|
int |
getLength()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataBlock(byte[] dataBlock)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if input is null| Method Detail |
public final byte[] getData()
public final int getLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||