public class ByteArrayWrapper extends java.lang.Object implements IPrimaryArrayWrapper
| Constructor and Description | 
|---|
ByteArrayWrapper(byte[] data)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
get(int i)
Get the array element value at index i. 
 | 
int | 
getSize()
Get size of the array. 
 | 
void | 
setData(byte[] data)  | 
public void setData(byte[] data)
public double get(int i)
IPrimaryArrayWrapperget in interface IPrimaryArrayWrapperi - indexpublic int getSize()
IPrimaryArrayWrappergetSize in interface IPrimaryArrayWrapper