Class ByteArrayWrapper

java.lang.Object
org.eclipse.nebula.visualization.widgets.datadefinition.ByteArrayWrapper
All Implemented Interfaces:
IPrimaryArrayWrapper

public class ByteArrayWrapper
extends java.lang.Object
implements IPrimaryArrayWrapper
A wrapper for byte[].
  • Constructor Summary

    Constructors 
    Constructor Description
    ByteArrayWrapper​(byte[] data)  
  • Method Summary

    Modifier and Type Method Description
    double get​(int i)
    Get the array element value at index i.
    int getSize()
    Get size of the array.
    void setData​(byte[] data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait