org.bioconductor.packages.rservices
Class RJRawArray
java.lang.Object
org.bioconductor.packages.rservices.RJArray
org.bioconductor.packages.rservices.RJRawArray
- All Implemented Interfaces:
- java.io.Serializable
public class RJRawArray
- extends RJArray
- See Also:
- Serialized Form
Field Summary |
protected byte[] |
value
|
Method Summary |
boolean |
equals(java.lang.Object inputObject)
|
byte[] |
getValue()
Gets the value for this RJRawArray. |
void |
setValue(byte[] value)
Sets the value for this RJRawArray. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected byte[] value
RJRawArray
public RJRawArray()
RJRawArray
public RJRawArray(byte[] value,
int[] dim,
java.lang.Object[] dimnames)
setValue
public void setValue(byte[] value)
- Sets the value for this RJRawArray.
- Parameters:
value
-
getValue
public byte[] getValue()
- Gets the value for this RJRawArray.
- Returns:
- value
equals
public boolean equals(java.lang.Object inputObject)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright Bioconductor. All Rights Reserved.