public class UCharMatrixArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
data |
Constructor and Description |
---|
UCharMatrixArray(java.lang.Object data_in)
set the data into this matrix array
|
Modifier and Type | Method and Description |
---|---|
byte |
getAsByte(int index) |
short |
getAsShort(int index)
converts byte to unsigned char values using short data type
|
java.lang.String |
toString() |
public UCharMatrixArray(java.lang.Object data_in)
data_in
- public short getAsShort(int index)
index
- public byte getAsByte(int index)
index
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.