Serializable, DataStructurepublic class EncryptedBuildRecord extends SimpleDataStructure
| Modifier and Type | Field | Description |
|---|---|---|
static int |
LENGTH |
_data| Constructor | Description |
|---|---|
EncryptedBuildRecord(byte[] data) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
length() |
The legal length of the byte array in this data structure
|
readclone, finalize, getClass, notify, notifyAll, wait, wait, waitcalculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int LENGTH
public EncryptedBuildRecord(byte[] data)
IllegalArgumentException - if data is not correct length (null is ok)public int length()
SimpleDataStructurelength in class SimpleDataStructure