DataStructure
public class EncryptedBuildRecord extends SimpleDataStructure
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static int |
LENGTH |
_data
コンストラクタ | 説明 |
---|---|
EncryptedBuildRecord(byte[] data) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
length() |
The legal length of the byte array in this data structure
|
read
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytes
public static final int LENGTH
public EncryptedBuildRecord(byte[] data)
java.lang.IllegalArgumentException
- if data is not correct length (null is ok)public int length()
SimpleDataStructure
length
クラス内 SimpleDataStructure