| Package | Description | 
|---|---|
| org.diirt.support.pva.adapters | |
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| org.diirt.vtype | |
| org.diirt.vtype.json | 
 Support for JSON serialization of vTypes according to the following
 (specification). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListByte | 
PVFieldToVByteArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayByte
Wraps a  
byte[] into a ListByte. | 
| Modifier and Type | Method and Description | 
|---|---|
ListByte | 
VByteArray.getData()
Return the object containing the array data. 
 | 
ListByte | 
ValueFormat.parseByteArray(String source)
Parses the string and returns a byte array representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListByte | 
JsonArrays.toListByte(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListByte. 
 | 
Copyright © 2015. All rights reserved.