public class ByteArrayProperty extends AbstractProperty<byte[]>
| Constructor and Description | 
|---|
ByteArrayProperty(PropertyID id,
                 byte[] value)  | 
ByteArrayProperty(PropertyID id,
                 java.util.List<java.lang.Integer> int8Array)  | 
ByteArrayProperty(PropertyID id,
                 java.lang.String value)  | 
ByteArrayProperty(PropertyID id,
                 java.util.UUID uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()  | 
byte | 
getSize()  | 
byte[] | 
getValue()  | 
getData, getPropertyIDpublic ByteArrayProperty(PropertyID id, byte[] value)
public ByteArrayProperty(PropertyID id, java.util.UUID uuid)
public ByteArrayProperty(PropertyID id, java.lang.String value)
public ByteArrayProperty(PropertyID id, java.util.List<java.lang.Integer> int8Array)
public byte[] getBytes()
getBytes in class AbstractProperty<byte[]>public byte getSize()
getSize in class AbstractProperty<byte[]>public byte[] getValue()
getValue in class AbstractProperty<byte[]>