Lines Matching full:data
38 * The data.
40 private byte[] data;
55 * @param data
62 public IIOByteBuffer(byte[] data, int offset, int length) {
63 this.data = data;
74 return data;
80 * @return the length of the data.
96 * Sets the new data array to this IIOByteBuffer object.
98 * @param data
99 * the new data array.
101 public void setData(byte[] data) {
102 this.data = data;
106 * Sets the length of data which will be used.
116 * Sets the offset in the data array of this IIOByteBuffer.